Root Task

Root task is a very specific task which is undeletable. This is where all your workflows will start execution. This is why you cannot connect anything to it (no Blue input port).


Main tab

tab

Trigger Error port
Allows you define if the home error port will be triggered on the first child task error, or at the end of the workflow execution.

Player context
Allows you define a context for the Workflow Player execution. Context should be a valid JSON object.


Log tab

tab

Lets you define how loggers should behave. Beware that the more logs are sent the slower your workflow will execute.


Web API tab

Lets you define how the workflow can be triggered via a web-service.

tab

To trigger this workflow:

You may pass additional parameters in your post data. They will be available in gc context during execution of the workflow.

Helper tab

tab

Imports
Lets you import Python libraries. Imports are global, and are available inside User functions and any evaluated fields.

User functions
User functions are global, and any value needed inside the function has to be passed as parameter.

Variables
Variables allow you to repeat frequently used code. It is one-time evaluated, only if needed.

Every object defined here will be available everywhere during Workflow execution.