View Source Infinitomata (Finitomata v0.15.1)

The sibling of Finitomata, but runs transparently in the cluster.

Summary

Functions

Starts the FSM somewhere in the cluster.

The state of the FSM in the cluster.

Initiates the transition in the cluster.

Functions

Link to this function

start_fsm(id \\ nil, target, implementation, payload)

View Source (since 0.15.0)

Starts the FSM somewhere in the cluster.

See Finitomata.start_fsm/4.

Link to this function

state(id \\ nil, target, reload? \\ :full)

View Source (since v0.15.0)

The state of the FSM in the cluster.

See Finitomata.state/3.

Link to this function

transition(id \\ nil, target, event_payload, delay \\ 0)

View Source (since 0.15.0)

Initiates the transition in the cluster.

See Finitomata.transition/4.