Documentation ¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "locking" State1 = "S1" State2 = "S2" StateWaiting = "StateWaiting" TestDataObjectKey1 = "test-data-object-1" TestDataObjectKey2 = "test-data-object-2" RPCName = "increase-counter" InternalChannelName = "test-channel" TestSearchAttributeKeywordKey = "CustomKeywordField" TestSearchAttributeIntKey = "CustomIntField" ShouldUnblockStateWaiting = "shouldUnblockStateWaiting" InParallelS2 = 10 )
Variables ¶
View Source
var TestValue = &iwfidl.EncodedObject{ Encoding: iwfidl.PtrString("json"), Data: iwfidl.PtrString("data"), }
View Source
var UnblockValue = &iwfidl.EncodedObject{ Encoding: iwfidl.PtrString("json"), Data: iwfidl.PtrString(ShouldUnblockStateWaiting), }
Functions ¶
func NewHandler ¶
func NewHandler() common.WorkflowHandlerWithRpc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.