Liking cljdoc? Tell your friends :D

io.orkes.metadata


authorization-header-keyclj

source

get-task-defclj

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

get-task-def-with-clientclj

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

get-workflow-defclj

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

get-workflow-def-using-clientclj

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

json-headersclj

source

meta-clientclj

(meta-client options)
source

register-tasksclj

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

register-tasks-using-clientclj

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

register-workflow-defclj

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

register-workflow-def-using-clientclj

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

unregister-taskclj

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

unregister-task-with-clientclj

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

unregister-workflow-defclj

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

unregister-workflow-def-using-clientclj

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

update-task-definitionclj

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

update-task-definition-with-clientclj

(update-task-definition-with-client client task-definition)
source

update-workflows-defclj

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

update-workflows-def-using-clientclj

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

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

× close