Skip to content

Managing processes (Runs)

Processes (referred to as “Runs” in the API) are live instances launched from a template (blueprint). You can use the API to launch new processes, retrieve their status and data, update them, and manage their lifecycle.

Refer to the individual pages for specific request details and code examples.

Code Samples > Managing tasks

The API enables comprehensive task management through listing retrieving creating updating and controlling individual work units within process runs or as standalone operations.

Code Samples > Managing tags

The API enables comprehensive tag management by allowing users to create list retrieve update and archive tags for organizing templates processes tasks and steps.

Processes > Launch process

The Launch Process API endpoint enables creation of new process instances by sending a POST request with template details task assignments and kick-off field data while supporting various programming languages for integration.