(factory-result? wf)
(flow-catalog? c)
(flow-equiv? f1 f2)
Do these two flows have the same flow/fn and optional arguments?
Do these two flows have the same flow/fn and optional arguments?
(flow-fn? {:keys [:flow/fn] :as flow} args)
Does this flow's fn return a stream when passed the arguments?
Does this flow's fn return a stream when passed the arguments?
(flow= f1 f2)
(flow? arg)
(flows-definition? c)
(system-catalog? c)
(wf-definition-equiv? wf1 wf2)
Do these two workflows have the same definition?
Checks:
Do these two workflows have the same definition? Checks: - Count matches? - Each element in order between the two are: 1. If keyword = 2. If flow, flow-equiv? 3. If workflow, wf-definition-equiv?
(workflow-catalog? c)
(workflow-equiv? wf1 wf2)
Do these two workflow have the same definition and optional arguments?
Excludes: source and sink if present
Do these two workflow have the same definition and optional arguments? Excludes: source and sink if present
(workflow-factory-failed? wf)
(workflow-loaded? wf)
(workflow-unloaded? wf)
(workflow= wf1 wf2)
(workflow? wf)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close