Basic Components
This module revolves around the following components:
Component | Description |
---|---|
Stateflow | A stateflow is the sequence of process execution through which a piece of work passes from initiation to completion. In other words, it is a steps by step approach created in representation of a business process. |
State | A state represents the condition or circumstance in a workflow at an instant of time. It is the basic unit of a workflow, among which transitions are added to complete a stateflow configuration. Example: Assigned, Resolved |
Transition | A transition is the connection established among the selected states (or two different states) constituting a particular step of the stateflow. Example: Start Work, Resolve |