Execute Workflow as an API (POST)
This operation executes a workflow that looks like an API to the caller.
Path Parameters
- workflowname string required
Name of the workflow to execute
- application/json
Request Body
- ClientGroupName string
ClientGroupName if the workflow needs
- ClientName string
ClientName as input if workflow needs
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- jobId integer
- processId integer
{
"jobId": 0,
"processId": 0
}
{
"jobId": 1265066,
"processId": 1265066
}
Loading...