(add! wf & {:keys [insert] :as op})
Upserts a workflow to the catalog. If insert is true and the flow already exists an anomaly is thrown.
Upserts a workflow to the catalog. If insert is true and the flow already exists an anomaly is thrown.
(catalog)
(ids)
(lookup id & {:keys [throw-missing] :as op})
(lookup-in id path & {:keys [throw-missing] :as op})
(remove! id)
Removes a workflow from the catalog
Removes a workflow from the catalog
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close