Liking cljdoc? Tell your friends :D

flowing.core


defstepcljmacro

(defstep step-name args & body)
source

defworkflowcljmacro

(defworkflow wf-name & steps)
source

deref-deepclj

(deref-deep ref)
source

inputsclj

(inputs step)
source

(link from to)
source

output-refclj

(output-ref step)
source

ref?clj

(ref? val)
source

stepcljmacro

(step step-name args & body)
source

step-nameclj

(step-name step)
source

wait-for-outputclj

(wait-for-output step)
source

wait-for-workflowclj

(wait-for-workflow workflow)
source

workflowclj

(workflow & steps)

Define a workflow using a series of (defstep) and (link) calls

Define a workflow using a series of
(defstep) and (link) calls
sourceraw docstring

workflow-stepsclj

(workflow-steps wf)
source

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

× close