6 Types of Workflow Pieces
When documenting a workflow, we need to scan the requirements and breakdown the requirements into potentially 6 different types of workflow pieces: Features, Decisions, Loops, Tasks, Inboxes, and Task Landing Pages.
-
The sequential Infinity features in the workflow such as record operations and data forms.
-
The decisions that occur within the logic of the workflow.
-
The looping or iteration though a list of data repeating workflow logic for the given items in the list.
-
The workflow tasks sent by the workflow.
-
The workflow inboxes that receive the workflow tasks.
-
The task landing pages used in conjunction with workflow tasks and inboxes.