Documentation
¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "deadend" RPCTriggerState = "test-RPCTriggerState" RPCWriteData = "RPCWriteData" State1 = "S1" )
*
- This test workflow has 3 states, using REST controller to implement the workflow directly. *
- RPCWriteData:
- - WaitUntil will upsert data attributes
- RPCTriggerState:
- - WaitUntil will move to State1
- State1:
- - WaitUntil is skipped
- - Execute method will put the state into a dead-end.
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.