You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

1. 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

module load workflow-editor

Then, you can:

List all actors with Code Parameters

 workflow-editor -actors -workflow workflow.xml

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

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

workflow-editor -xml -xsd -dxml -actor nbifiller -workflow workflow.xml
  • No labels