Liking cljdoc? Tell your friends :D

io.orkes.workflow-resource


delete-workflowclj

(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
sourceraw docstring

delete-workflow-with-clientclj

(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
sourceraw docstring

get-running-workflowsclj

(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
sourceraw docstring

get-running-workflows-with-clientclj

(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
sourceraw docstring

get-workflowclj

(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
sourceraw docstring

get-workflow-with-clientclj

(get-workflow-with-client client workflow-id)
(get-workflow-with-client client workflow-id include-tasks)
source

get-workflowsclj

(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
sourceraw docstring

get-workflows-with-clientclj

(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
sourceraw docstring

pause-workflowclj

(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
sourceraw docstring

pause-workflow-with-clientclj

(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
sourceraw docstring

rerun-workflowclj

(rerun-workflow options workflow-id rerun-wf-request)
source

rerun-workflow-with-clientclj

(rerun-workflow-with-client client workflow-id rerun-req)
source

restart-workflowclj

(restart-workflow options workflow-id)
(restart-workflow options workflow-id use-latest-definitions)
source

restart-workflow-with-clientclj

(restart-workflow-with-client client workflow-id)
(restart-workflow-with-client client workflow-id use-latest-definitions)
source

resume-workflowclj

(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
sourceraw docstring

resume-workflow-with-clientclj

(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
sourceraw docstring

retry-last-failed-taskclj

(retry-last-failed-task options workflow-id)
(retry-last-failed-task options workflow-id resume-subworkflow-tasks)
source

retry-last-failed-task-with-clientclj

(retry-last-failed-task-with-client client workflow-id)
(retry-last-failed-task-with-client client workflow-id resume-subworkflow-tasks)
source

(search options query)
source

search-with-clientclj

(search-with-client client query)
source

skip-task-from-workflowclj

(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
sourceraw docstring

skip-task-from-workflow-with-clientclj

(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
sourceraw docstring

start-workflowclj

(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
sourceraw docstring

start-workflow-with-clientclj

(start-workflow-with-client client wf-request)
source

terminate-workflowclj

(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
sourceraw docstring

terminate-workflow-with-clientclj

(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
sourceraw docstring

workflow-clientclj

(workflow-client options)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close