Documentation
¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "any_command_combination" State1 = "S1" State2 = "S2" TimerId1 = "test-timer-1" SignalNameAndId1 = "test-signal-name1" SignalNameAndId2 = "test-signal-name2" SignalNameAndId3 = "test-signal-name3" )
*
- This test workflow has 2 states, using REST controller to implement the workflow directly. *
- State1:
- - WaitUntil will fail its first attempt and then retry which will proceed when a combination is completed
- - Execute method will invoke the combination and move the State2
- State2:
- - WaitUntil will fail its first attempt and then retry which will proceed when a combination is completed
- - Execute method will invoke the combination and 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.