Optional
requestFactory: WorkflowAutomationApiRequestFactoryOptional
responseProcessor: WorkflowAutomationApiResponseProcessorPrivate
configurationPrivate
requestPrivate
responseThe request object
Optional
options: ConfigurationCreate a new workflow, returning the workflow ID. This API requires an application key scoped with the workflows_write
permission.
The request object
Optional
options: ConfigurationExecute the given workflow. This API requires an application key scoped with the workflows_run permission.
The request object
Optional
options: ConfigurationDelete a workflow by ID. This API requires an application key scoped with the workflows_write
permission.
The request object
Optional
options: ConfigurationGet a workflow by ID. This API requires an application key scoped with the workflows_read
permission.
The request object
Optional
options: ConfigurationGet a specific execution of a given workflow. This API requires an application key scoped with the workflows_read permission.
The request object
Optional
options: ConfigurationList all instances of a given workflow. This API requires an application key scoped with the workflows_read permission.
The request object
Optional
options: ConfigurationUpdate a workflow by ID. This API requires an application key scoped with the workflows_write
permission.
The request object
Optional
options: ConfigurationGenerated using TypeDoc
Cancels a specific execution of a given workflow. This API requires an application key scoped with the workflows_run permission.