Execute Workflow as an API (GET)
Select
Customer Managed
This operation executes a workflow that looks like an API to the caller.
Path Parameters
- workflowname string required
Name of the workflow to execute
Query Parameters
- clientName string
If the workflow input requires a name
- clientGroupName string
If the workflow input requires a clientgroupname
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- jobId integer
- processId integer
{
"jobId": 0,
"processId": 0
}
{
"jobId": 284,
"processId": 284
}
Loading...