Composite Activity
A Composite Activity is one of the three main types of activities you can create in the EmpowerID Workflow Studio. Unlike Flowchart and Sequential Activities, the Composite Activity has no visual designer. Instead of dragging and connecting shapes in a graphical interface, you develop a Composite Activity entirely by writing code.
The primary purpose of using a Composite Activity is to implement special functionalities that go beyond simply stringing other pre-built activities together and controlling their flow with rules. It's the type of activity you would choose when you need to handle specific or unique situations within a workflow.


Examples of Composite Activity
Delay Activity: This special activity suspends the execution of a workflow for a specified duration. The workflow pause mechanism is implemented through code.