Basic Components
This module revolves around the following components:
Component | Description |
---|---|
Condition | A condition is a criteria or a set of criteria defined for validating the prerequisites, before executing any transition. Example: Checking whether all the tasks are closed |
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, Closed |
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 |