API reference
Execute action
This endpoint executes an action within a specific process runtime.
POST
Base URL
- Always prepend the endpoint with the correct Base URL.
- For different environments (like staging or production), switch the base URL accordingly.
Request Headers
Bearer token required for authentication. Format: Bearer <token>
.
Path Parameters
The unique identifier of the process instance.
The unique identifier of the runtime token.
The unique identifier of the UI action to execute.
Response fields
The unique identifier of the token associated with the process.
The ID of the current node in the process execution flow.
Reserved for future use. Currently always null
.
Indicates whether a back action is triggered. Default is false
.
Indicates whether the token should be reset. Default is false
.
Was this page helpful?