Versions Compared

Key

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

...

To get basic overview of available options call workflow-editor with help argument

Code Block
> workflow-editor --help
usage: workflow-editor
   -help                  print this message
   -actors                list all actors with Code Parameters
   -version               print the version information and exit
   -workflow <file>       analyze this workflow file
   -output <file>         name of the output workflow
   -actor <actorname>     name of the actor we will retrieve
   -xml                   list Code Parameters for actor
   -dxml                  list default Code Parameters for actor
   -xsd                   list XSD definition of Code Parameters for actor
   -validate <dest>       validate with [workflow|kepler]
   -actorxml              show XML Code Parameters inside actor
   -actorxsd              show XSD Code Parameters inside actor
   -actordxml             show Default XML Code Parameters inside actor
   -updatexml             update XML inside workflow using actor's version
   -updatexsd             update XSD inside workflow using actor's version
   -updatedxml            update default XML inside workflow using actor's version

Listing actors inside workflow

...