Liking cljdoc? Tell your friends :D

wf.settings

A set of dynamic parameters governing the mechanics of flow execution, set to reasonable default values.

A set of dynamic parameters governing the mechanics of flow execution,
set to reasonable default values.
raw docstring

*commit-uninterrupted-context?*clj

When set to true, contexts will be commited upon the engine's entering and leaving non-interrupting nodes (i.e. Entry and Fn). It is also required that the engine implement wf.engine/ContextStore.

When set to true, contexts will be commited upon the engine's entering
and leaving non-interrupting nodes (i.e. Entry and Fn).
It is also required that the engine implement wf.engine/ContextStore.
sourceraw docstring

*context-parallelism*clj

source

*elect-flow-after-Expect-resumption?*clj

source

*Expect-resumption*clj

May be one of:

  • :wf.settings.Expect-resumption/all,
  • :wf.settings.Expect-resumption/earliest,
  • :wf.settings.Expect-resumption/latest
May be one of:
- :wf.settings.Expect-resumption/all,
- :wf.settings.Expect-resumption/earliest,
- :wf.settings.Expect-resumption/latest
sourceraw docstring

*honor-flow-inheritance?*clj

When set to true, allows the engine to resume contexts against the descendants of their spawning flows. It is also required that the engine implement wf.engine/Inheritance.

When set to true, allows the engine to resume contexts against the
descendants of their spawning flows.
It is also required that the engine implement wf.engine/Inheritance.
sourceraw docstring

*reelect-flow-on-exceptions?*clj

If this is set to true and the initial (i.e. post-election) execution fails, the engine will return back to election phase with the same candidate flows minus the one that failed, spawning a brand new context.

If this is set to true and the initial (i.e. post-election) execution fails,
the engine will return back to election phase with the same candidate flows
minus the one that failed, spawning a brand new context.
sourceraw docstring

*skip-Fn-exceptions?*clj

When set to true, instructs the engine to proceed with context execution even if an Fn invocation resulted in an uncaught exception.

When set to true, instructs the engine to proceed with context execution
even if an Fn invocation resulted in an uncaught exception.
sourceraw docstring

*validate-Entry-presence?*clj

If set to true, flow validation will throw an ex-info with :wf.error/type :wf.error.validation/missing-entry if no Entry node is present in given flow graph.

If set to true, flow validation will throw an ex-info with :wf.error/type
:wf.error.validation/missing-entry if no Entry node is present in given
flow graph.
sourceraw docstring

*validate-graph-connectivity?*clj

If set to true, flow validation will throw an ex-info with :wf.error/type :wf.error.validation/disconnected-graph if given flow graph is disconnected (i.e. there exists a pair of nodes not connected by a path).

If set to true, flow validation will throw an ex-info with :wf.error/type
:wf.error.validation/disconnected-graph if given flow graph is disconnected
(i.e. there exists a pair of nodes not connected by a path).
sourceraw docstring

*validate-graph-links?*clj

If set to true, flow validation will throw an ex-info with :wf.error/type :wf.error.validation/disconnected-graph if a flow graph contains links to inexistent nodes.

If set to true, flow validation will throw an ex-info with :wf.error/type
:wf.error.validation/disconnected-graph if a flow graph contains links to
inexistent nodes.
sourceraw docstring

*validate-inescapable-cycles?*clj

If set to true, flow validation will throw an ex-info with :wf.error/type :wf.error.validation/inescapable-cycle if a flow graph contains an inescapable cycle.

If set to true, flow validation will throw an ex-info with :wf.error/type
:wf.error.validation/inescapable-cycle if a flow graph contains
an inescapable cycle.
sourceraw docstring

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

× close