📄️ Container
This component is mainly designed for for/while/foreach loops. It could be used as a context container too.
📄️ Switch
This component is designed for if/else expressions, but you may use it for switch/case expressions too.
📄️ Task
Any atomic task. It could be a file save, a file upload, a file download, a file delete, an email send, a database insert, a database update, a database delete, a database select, etc.
📄️ Folder
The folder step component is a container for other step components. It is useful for grouping steps together. The component helps to organize the workflow.
📄️ Icon
The icon step component is represented by a circle with an icon inside. It is useful for well-known steps like "Stop", "Break", "Error", "Success", etc.
📄️ Interrupting Icon
This component is similar to the icon component but it has one difference: it does not have the output. This is useful to represent a step that interrupts the workflow execution.
📄️ Interrupting Task
This component is similar to the task component but it has one difference: it does not have the output. This is useful to represent a step that interrupts the workflow execution.
📄️ Large Task
This component is similar to the task component but it is bigger and it contains a description below the step name.