(get-task-def options task-def)Takes options and a task-definition name. Returns the task definition
Takes options and a task-definition name. Returns the task definition
(get-task-def-with-client client task-ref)Takes a client and a task-name. Returns a task definition
Takes a client and a task-name. Returns a task definition
(get-workflow-def options name version)Takes a map of options, a name and a version. Will fetch for workflow definition
Takes a map of options, a name and a version. Will fetch for workflow definition
(get-workflow-def-using-client client name)(get-workflow-def-using-client client name version)Takes a client a name and a version. Will fetch for workflow definition
Takes a client a name and a version. Will fetch for workflow definition
(register-tasks options tasks)Takes options and a list of tasks in EDN, will register the tasks in conductor
Takes options and a list of tasks in EDN, will register the tasks in conductor
(register-tasks-using-client client tasks)Given a client instance and a list of tasks, will register the task in consuctor
Given a client instance and a list of tasks, will register the task in consuctor
(register-workflow-def options workflow)Takes a map of options, and an EDN defined workflow. Will register a workflow
Takes a map of options, and an EDN defined workflow. Will register a workflow
(register-workflow-def-using-client client workflow)Takes a client and a workflow definition in edn, will register a worflow in conductor
Takes a client and a workflow definition in edn, will register a worflow in conductor
(unregister-task options task-ref)Takes an options map and a task name. Unregisters the task. Returns nil
Takes an options map and a task name. Unregisters the task. Returns nil
(unregister-task-with-client client task-ref)Takes a client and a task-name. Unregisters the task. Returns nil
Takes a client and a task-name. Unregisters the task. Returns nil
(unregister-workflow-def options name version)Takes a map of options, a name and a version. will unregister workflow. returns nil on success
Takes a map of options, a name and a version. will unregister workflow. returns nil on success
(unregister-workflow-def-using-client client name version)Takes a client a name and a version. will unregister workflow. returns nil on success
Takes a client a name and a version. will unregister workflow. returns nil on success
(update-task-definition options task-definition)Takes a map of options, and a list of workflow definitions. will update every workflow on the list
Takes a map of options, and a list of workflow definitions. will update every workflow on the list
(update-task-definition-with-client client task-definition)(update-workflows-def options workflows)Takes a map of options, and a list of workflow definitions. will update every workflow on the list
Takes a map of options, and a list of workflow definitions. will update every workflow on the list
(update-workflows-def-using-client client workflows)takes a client and a list of workflows definition in edn, will update all workflows in list
takes a client and a list of workflows definition in edn, will update all workflows in list
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 |