Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnableTestingSearchAttribute = true WorkflowType = "attribute" State1 = "S1" State2 = "S2" TestQueryAttributeKey = "test-query-attribute" TestStateLocalAttributeKey = "test-state-local-attribute" TestSearchAttributeKeywordKey = "CustomKeywordField" TestSearchAttributeKeywordValue1 = "keyword-value1" TestSearchAttributeKeywordValue2 = "keyword-value2" TestSearchAttributeIntKey = "CustomIntField" TestSearchAttributeIntValue1 = 1 TestSearchAttributeIntValue2 = 2 )
Variables ¶
View Source
var TestQueryVal1 = iwfidl.EncodedObject{ Encoding: iwfidl.PtrString("json"), Data: iwfidl.PtrString("test-query-value1"), }
View Source
var TestQueryVal2 = iwfidl.EncodedObject{ Encoding: iwfidl.PtrString("json"), Data: iwfidl.PtrString("test-query-value2"), }
Functions ¶
func NewHandler ¶
func NewHandler() common.WorkflowHandler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.