Workflow
Workflow
The workflow sheet defines the workflow’s name, as well as the organization’s name.
A screenshot of the BPMN diagram of the workflow is also provided.
A screenshot of the BPMN diagram of the workflow is also provided.
Groups
Groups
The groups sheet defines the groups that will be available in the workflow.
- Sheet example
- Documentation
This sheet is not exhaustive and might be empty if groups are provided by an external source (Studio data repository or Excel).
Actions
Actions
The actions sheet defines the actions that will be available in the workflow.
- Sheet example
- Documentation
Forms
Forms
The forms sheet defines the forms that will be available in the workflow.
- Sheet example
- Documentation
Trace state
Trace state
The trace state sheet outlines the structure of the data stored in the state
and serves as a guide for defining the type of the workflow’s state data in the state.type.ts file.
- Sheet example
- Documentation
The state sheet is not exhaustive, additional fields can be added if necessary.
Trace state update
Trace state update
The trace state update sheet outlines the minimal state data modifications
required during the execution of an action’s effects.
- Sheet example
- Documentation
Trace notes
Trace notes
The trace notes sheet defines the structure of the trace infos pannel.
- Sheet example
- Documentation
Overview
Overview
The overview sheet outlines the structure of the workflow’s overview table.
- Sheet example
- Documentation
Notifications
Notifications
The notifications sheet defines the notifications that will be available in the workflow.
Workflow specifications are not set in stone. You are free to make adjustments
to suit the workflow’s needs, provided its behavior remains aligned with the
specifications.