Documentation ¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "wait_until_search_attributes" State1 = "S1" State2 = "S2" TestSearchAttributeExecutingStateIdsKey = "IwfExecutingStateIds" )
*
- This test workflow has 2 states, using REST controller to implement the workflow directly. *
- State1:
- - Waits on nothing. Will execute momentarily
- - Execute method will go to State2
- State2:
- - Waits on nothing. Will execute momentarily
- - Skips wait unit
- - 10-second delay is added before executing state
- - 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.