(delete-workflow options workflow-id)(delete-workflow options workflow-id archive-workflow)Takes a options,workflow-id and an optional archive-workflow boolean. Deletes the workflow execution. Returns nil
Takes a options,workflow-id and an optional archive-workflow boolean. Deletes the workflow execution. Returns nil
(delete-workflow-with-client client workflow-id)(delete-workflow-with-client client workflow-id archive-workflow)Takes a client,workflow-id and an optional archive-workflow boolean. Deletes the workflow execution. Returns nil
Takes a client,workflow-id and an optional archive-workflow boolean. Deletes the workflow execution. Returns nil
(get-running-workflows options wf-name)(get-running-workflows options wf-name o-options)Takes options, workflow-name and a version. Returns a list of running workflow ids
Takes options, workflow-name and a version. Returns a list of running workflow ids
(get-running-workflows-with-client client wf-name)(get-running-workflows-with-client client wf-name options)Takes a client,workflow-name and a version. Returns a list of running workflow ids
Takes a client,workflow-name and a version. Returns a list of running workflow ids
(get-workflow options
workflow-id
&
{:keys [includeTasks] :or {includeTasks true}})Returns a workflow execution for given workflow-id
Returns a workflow execution for given workflow-id
(get-workflow-with-client client workflow-id)(get-workflow-with-client client workflow-id include-tasks)(get-workflows options wf-name correlation-id)(get-workflows options wf-name correlation-id o-options)Takes a options, workflow-name, correlation-id and optional keyword arguments :inclide-closed and :include-tasks Return a list of workflow-executions
Takes a options, workflow-name, correlation-id and optional keyword arguments :inclide-closed and :include-tasks Return a list of workflow-executions
(get-workflows-with-client client
wf-name
correlation-id
{:keys [includeClosed includeTasks]
:or {includeClosed false includeTasks false}})Takes a client,workflow-name,correlation-id and optional keyword arguments :inclide-closed and :include-tasks Return a list of workflow-executions
Takes a client,workflow-name,correlation-id and optional keyword arguments :inclide-closed and :include-tasks Return a list of workflow-executions
(pause-workflow options workflow-id)Takes options and a workflow-id. Pauses the current workflow. Returns nil
Takes options and a workflow-id. Pauses the current workflow. Returns nil
(pause-workflow-with-client client workflow-id)Takes a client and a workflow-id. Pauses the current workflow. Returns nil
Takes a client and a workflow-id. Pauses the current workflow. Returns nil
(restart-workflow options workflow-id)(restart-workflow options workflow-id use-latest-definitions)(restart-workflow-with-client client workflow-id)(restart-workflow-with-client client workflow-id use-latest-definitions)(resume-workflow options workflow-id)Takes options and a workflow-id. Resumes a paused workflow. Returns nil
Takes options and a workflow-id. Resumes a paused workflow. Returns nil
(resume-workflow-with-client client workflow-id)Takes a client and a workflow-id. Resumes a paused workflow. Returns nil
Takes a client and a workflow-id. Resumes a paused workflow. Returns nil
(retry-last-failed-task options workflow-id)(retry-last-failed-task options workflow-id resume-subworkflow-tasks)(retry-last-failed-task-with-client client workflow-id)(retry-last-failed-task-with-client client workflow-id resume-subworkflow-tasks)(skip-task-from-workflow options workflow-id task-reference-name)Takes options a workflow-id and a task-reference-name. Will skip the task. Returns nil
Takes options a workflow-id and a task-reference-name. Will skip the task. Returns nil
(skip-task-from-workflow-with-client client workflow-id task-reference-name)Takes a client a workflow-id and a task-reference-name. Will skip the task. Returns nil
Takes a client a workflow-id and a task-reference-name. Will skip the task. Returns nil
(start-workflow options wf-request)Takes an option map and a start-request map and starts a workflow. Returns the id of a workflow execution
Takes an option map and a start-request map and starts a workflow. Returns the id of a workflow execution
(terminate-workflow options workflow-id & args)Terminates a running workflow. given an id and an optional reason
Terminates a running workflow. given an id and an optional reason
(terminate-workflow-with-client client workflow-id)(terminate-workflow-with-client client workflow-id reason)Takes a client a workflow-id and an optional reason. will terminate a running workflow
Takes a client a workflow-id and an optional reason. will terminate a running workflow
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |