Workflow Components
|
Definition
|
---|---|
Input | This component refers to the resources or information needed to initiate or complete the different steps of the workflow. |
Transformation | This component modifies the input. It might dictate how the input is received or what will be done to it once it’s received. |
Output | This component is the product of the transformation that will act as the input for the next step of the workflow. |
Actor(s) | This component refers to the people or systems tasked with completing or advancing the workflow. |
Activities | This component refers to the tasks or business processes performed in a workflow. |
State | The component categorizes the status of an activity and illustrates where it is in the workflow process. |
Approval Conditions | This component refers to the criteria used to approve or reject an input by an Actor. (See Also) |
Results | This component refers to the outcome or output of the executed workflow. |