Skip to main content

Workflow

A Workflow is a sequence of Python-coded stages.

These stages can be orchestrated to create complex business processes. They can run entirely automatically, or they can engage with users through manual inputs.

Each stage can be one of four types: Job, Hook, Form, or a plain python Script.

Transitions

Use Transitions to connect Workflow stages, ensuring a smooth progression from one stage to the next.

A Transition will tell the sent tasks from each stage where to go, ensuring they reach the correct destination stages. It can also filter the types of task that can flow through that direction.

To add a Transtion, click once on the stage to open the menu and click on "Add transition". You can also use the T hot key.