Documentation
¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "persistence_loading_policy" State1 = "S1" State2 = "S2" )
*
- This test workflow has two states, using REST controller to implement the workflow directly. *
- State1:
- - WaitUntil skipped
- - Execute method verifies the loaded attributes then moves to a dead-end.
- State2:
- - WaitUntil method verifies the loaded attributes
- - Execute method verifies the loaded attributes then gracefully completes the workflow
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler() common.WorkflowHandlerWithRpc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.