Documentation
¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "conditional_close" RpcPublishInternalChannel = "publish_internal_channel" TestChannelName = "test-channel-name" State1 = "S1" )
*
- This test workflow has 1 state, using REST controller to implement the workflow directly. *
- State1:
- - WaitUntil will proceed when the channel or signal is published to
- - Execute method will continuously retry State1 until the 3rd attempt which will send a message to the channel or
- signal, making the state empty and force-complete.
Variables ¶
View Source
var TestInput = iwfidl.EncodedObject{ Encoding: iwfidl.PtrString("json"), Data: iwfidl.PtrString("test-data"), }
Functions ¶
func NewHandler ¶
func NewHandler() common.WorkflowHandlerWithRpc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.