Documentation
¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "any_command_close" State1 = "S1" State2 = "S2" SignalName1 = "test-signal-name1" SignalName2 = "test-signal-name2" )
*
- This test workflow has 2 states, using REST controller to implement the workflow directly. *
- State1:
- - WaitUntil wait until a signal is received
- - Execute method will fire the signal and move the State2
- State2:
- - Waits on nothing. Will execute momentarily
- - Execute method will gracefully complete workflow
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler() common.WorkflowHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.