Workflow Management APIs
The Workflow Management APIs let you work with automated workflows in the system. They help you find existing workflows, get detailed information about each one, and start workflow runs. These APIs are important for organizing automated tasks and managing workflow activities in a clear and scalable way.
- Workflow List API
Use this API to get a comprehensive list of all available workflows.
- Workflow Details API
Use this API to get detailed metadata and configuration information for a specific workflow.
- Run Workflow API
Use this API to initiate the execution of a specific workflow.