- Subcategories:
- Alter Flow (Structured Process)
- Attributes
- Data Objects
- Instance Comments
- Instance Documents
- Members
- Timer Start Events
Instances REST Endpoints
Processes/Instances
The operations from the Processes/Instances category.
- Create a Process Instance
- Method: postPath:
/process/api/v1/instances
- Get a Process Instance
- Method: getPath:
/process/api/v1/instances/{id}
- List Process Instances
- Method: getPath:
/process/api/v1/instances
- Perform an Action on Process Instance
- Method: putPath:
/process/api/v1/instances/{id}