Skip to main content

Basic Components

This module revolves around the following components:

ComponentDescription
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
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