RunBooks
Last updated
Was this helpful?
Last updated
Was this helpful?
Curl Example (to get personal runBooks: isUnskript=false)
Curl Example (isUnskript=true):
Curl Example:
This example gets the details of an unSkript XRunBook. To get a custom/personal xRUnBook, use the workflowId, and remove the isUnskript parameter.
Curl Example:
This xRunBook requires no parameters.
This xRunBook has input Parameters:
List workflows matching the optional filter
A successful response.
workflows is the details of all the Workflows.
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.
category_counts is the list of count details for each present category.
Get workflow details.
workflow_id is the id of the requested workflow.
A successful response.
Workflow contains details about a workflow.
url is the url to temporary file.
Runs created workflow
workflow_id is the id of the requested 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.
execution_id is the id of the execution entry.