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).
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close