Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample command line call to compute workflow for refset id 447563008 (and send notification):

Code Block
% cd mapping-parent~/code/admin/loader
% mvn install -Drun.config=~/home/ihtsdo/config/config.properties -PComputeWorkflow -Drefset.id=447563008 -Dsend.notification=true install

 

Sample command line call to clear workflow for refset id 447563008:

 

Code Block
% cd mapping-parent~/code/admin/remover
% mvn install -Drun.config=~/home/ihtsdo/config/config.properties -PClearWorkflow -Drefset.id=447563008 install

 

Sample Eclipse run configuration to compute workflow for refset id 447563008:

...