Versions Compared

Key

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

Workflow Editor

Workflow Editor allows to analyse the workflow's (e.g. ETS) Code Parameters.

Each actor with Code Parameters can store them inside workflow file (XML).

You can easily get these parameters by calling workflow-editor with proper arguments.

To use the tool, you need to load module workflow-editor

Code Block
module load workflow-editor

Then, you can:

List all actors with Code Parameters

Code Block
 workflow-editor -actors -workflow workflow.xml

List Code Parameters/Default Code Parameters/XSD for given actor

Code Block
workflow-editor -xml -actor nbifiller -workflow workflow.xml
workflow-editor -dxml -actor nbifiller -workflow workflow.xml
workflow-editor -xsd -actor nbifiller -workflow workflow.xml
 

You can combine commands

Code Block
workflow-editor -xml -xsd -dxml -actor nbifiller -workflow workflow.xml