🚧Workflows

These are built by combining multiple Atomic Blocks or other workflows. You can create complex workflows that perform multiple tasks or functions, all within a single workflow.

Workflows are a series of interconnected Atomic Blocks that perform a specific task or set of tasks. With Workflows, users can create decision trees to automate tasks and streamline their workflows. Users can easily create, modify, and share workflows using a simple drag-and-drop interface.

Workflows properties:

  • Inner blocks: the atomic blocks and existing workflows that are used inside the workflow and create all the logics.

  • Inner gateways: logic gateways in if-else manner, to run differently depending on defined condition.

  • Inner iterator: block iterator to create loop a like execution for the selected block or workflow.

  • Workflow Name: the name will be the workflow's identity.

  • Folder: to organize your workflows you should select the folder that best suits your workflow.

  • Inputs: the workflow inputs

  • Outputs: the workflow outputs.

Last updated