workflow icon indicating copy to clipboard operation
workflow copied to clipboard

Ruby finite-state-machine-inspired API for modeling workflow

Results 13 workflow issues
Sort by recently updated
recently updated
newest added

When building a workflow spec dynamically we can't specify procs, but we can specify symbols for methods we want to run. This PR allows us to specify a symbol when...

When changing a transition using event input as is done in the `discard` event method, it's possible to get into illegal state transitions when not halting the current transition in...