📄️ Developing Activities
Activities represent the action or logic for a specific process within a workflow and are comprised of properties and methods that perform the action of a workflow while maintaining the state of that workflow. Think of activities as reusable methods that we create once and use in different places.
📄️ Lab: Developing Activities
Objective
📄️ 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.