Documentation of my Workflow Designer Documentation. It could be used for both 6.x and 7.x version.
This page will assist you on your first steps with the Workflow Designer, after you setup the module and configure the license. At first I will describe the differences to the integrated module and after this, I will write what you could do.
Workflow Designer is build on single tasks, which could be combined in a individual way. For example you had the condition in the internal module, which would filter the execution of a workflow. In my module, every record execute every workflow. It is you task to filter these records, you want to interact with, with a Condition block. But here you could interact with the false path, too.
Every task has one input and one or multiple outputs. The executer follows the path from one task to another and execute all tasks until the path end. You could connect two tasks in one output and split the execution into two paths. This is no problem.
If you would migrate your old Workflows, the result could look like this examples:
(Image 4 represent the feature to split the path.)
Every Workflow run a defined time and quit after the execution. Repeating workflows, like a birthday mail every year don’t works without hacks.
The new Workflow module allows to connect the last output to one of the first inputs. With this you have create a Workflow, which never ends!