Workflow Blocks

Workflow blocks representations of different actions to take within a process or procedure. This includes actions such as: executing commands, making decisions, displaying items and more.

Each block can be dragged and dropped into the Workflow. They have an entry point at the top of the block where their preceding block connects to, as well as an exit path (sometimes multiple) leading to the next block. As the Workflow is executed, it goes through the path until it eventually reaches the Stop block, where it is then terminated.

Important: Any looping back to earlier in the Workflow path must be done with a Loop block.