Liking cljdoc? Tell your friends :D

com.fulcrologic.statecharts.invocation.statechart

Support for invoking other statecharts. This support can be added by adding it to the env's ::sc/invocation-processors. An invoke element can specify it wants to run another statechart by specifying the type as :statechart, ::sc/chart, or the official w3 URL for scxml.

The src attribute of the invoke element must be the name of a machine that is in the statechart registry (in env as ::sc/statechart-registry).

Support for invoking other statecharts. This support can be added by adding it to the
env's `::sc/invocation-processors`. An invoke element can specify it wants to
run another statechart by specifying the type as :statechart, ::sc/chart, or the official w3 URL for scxml.

The `src` attribute of the `invoke` element must be the name of a machine that is in the
statechart registry (in env as ::sc/statechart-registry).
raw docstring

new-invocation-processorclj/s

(new-invocation-processor)

Create an invocation processor that can be used with a statechart to start other statecharts.

Create an invocation processor that can be used with a statechart to start other statecharts.
sourceraw docstring

StatechartInvocationProcessorclj/s

source

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

× close