Skip to main content

Basic Components

This module revolves around the following components:

ComponentDescription
ConditionA 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
StateflowA 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.
StateA 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
TransitionA transition is the connection established among the selected states (or two different states) constituting a particular step of the stateflow.
Example: Start Work, Resolve