RunBooks
List RunBooks
List workflows matching the optional filter
tid is the unique request id.
filter expression.
page_size specifies the maximum number of results to be returned.
page_token is used to request a specific page of the list results.
is_unskript describes whether to list unSkript or or custom workflows.
A successful response.
ListWorkflowsResponse is the paginated response to the List request.
next_page_token represents the pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.
page_count is the number of pages.
total_count is the Total number of workflows.
An unexpected error response.
Get RunBook Details
Get workflow details.
workflow_id is the id of the requested workflow.
tid is the unique request id.
is_unskript describes if the workflow to get is default or custom.
tenant_id is the tenantID of the workflow.
A successful response.
GetWorkflowResponse is the response to get workflow request.
url is the url to temporary file.
An unexpected error response.
Run a RunBook
Runs created workflow
workflow_id is the id of the requested workflow.
RunWorkflowRequest is the request to run workflow.
tenant_id is the id of the tenant (is taken from token in case of http call).
proxyId is the id of proxy.
params describes the input parameters to this particular run.
schedule_id is the id of the scheduler. A workflow can have multiple schedules (is omitted if called by user).
request_id is the id of the request. Is present only in case of running workflow after request approval.
A successful response.
RunWorkflowResponse is the response to RunWorkflowRequest.
execution_id is the id of the execution entry.
An unexpected error response.
Last updated
Was this helpful?