Liking cljdoc? Tell your friends :D

argoj.api


create-workflowclj

(create-workflow spec workflow-spec)

Create a new workflow.

Create a new workflow.
sourceraw docstring

delete-workflowclj

(delete-workflow spec workflow-name)
(delete-workflow spec ns workflow-name)

Delete an existing Workflow

Delete an existing Workflow
sourceraw docstring

get-workflowclj

(get-workflow spec workflow-name)
(get-workflow spec ns workflow-name)

Retrieve an existing Workflow

Retrieve an existing Workflow
sourceraw docstring

lint-workflowclj

(lint-workflow spec workflow-spec)
(lint-workflow spec ns workflow-spec)

Lint an existing Workflow

Lint an existing Workflow
sourceraw docstring

list-workflowsclj

(list-workflows spec)
(list-workflows spec ns)

Return a list of all the running workflows and their definitions

Return a list of all the running workflows and their
definitions
sourceraw docstring

mk-clientclj

(mk-client {:keys [token endpoint]})
source

purge-workflowclj

(purge-workflow spec ns)

Delete all workflows in current namespace

Delete all workflows in current namespace
sourceraw docstring

stop-workflowclj

(stop-workflow spec workflow-name)
(stop-workflow spec ns workflow-name)

Stop a running workflow

Stop a running workflow
sourceraw docstring

submit-workflowclj

(submit-workflow spec ns workflow-spec)

Submit a new workflow from spec

Submit a new workflow from spec
sourceraw docstring

workflows-overviewclj

(workflows-overview spec)
(workflows-overview spec ns)

Return a quick overview of running workflows

Return a quick overview of running workflows
sourceraw docstring

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

× close