(default-fn? fn-arg)(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)(io-schema? o)Does the provide schema match the io schema?
Does the provide schema match the io schema?
(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |