(create-workflow spec workflow-spec)
Create a new workflow.
Create a new workflow.
(delete-workflow spec workflow-name)
(delete-workflow spec ns workflow-name)
Delete an existing Workflow
Delete an existing Workflow
(get-workflow spec workflow-name)
(get-workflow spec ns workflow-name)
Retrieve an existing Workflow
Retrieve an existing Workflow
(lint-workflow spec workflow-spec)
(lint-workflow spec ns workflow-spec)
Lint an existing Workflow
Lint an existing Workflow
(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
(purge-workflow spec ns)
Delete all workflows in current namespace
Delete all workflows in current namespace
(stop-workflow spec workflow-name)
(stop-workflow spec ns workflow-name)
Stop a running workflow
Stop a running workflow
(submit-workflow spec ns workflow-spec)
Submit a new workflow from spec
Submit a new workflow from spec
(workflows-overview spec)
(workflows-overview spec ns)
Return a quick overview of running workflows
Return a quick overview of running workflows
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close