Documentation
¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "reset" State1 = "S1" State2 = "S2" )
* * This test workflow has 2 states, using REST controller to implement the workflow directly. * State1: * - No WaitUntil * - Execute moves to State2 * State2: * - No WaitUntil * - Execute loops through state2 5 times, then gracefully completes the workflow. * This test is used for testing reset by state id and state execution id without WaitUntil
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler() *handler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.