Documentation ¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "state_options_search_attributes_loading" State1 = "S1" State2 = "S2" State3 = "S3" State4 = "S4" State5 = "S5" )
*
- This test workflow has four states, using REST controller to implement the workflow directly. *
- State1:
- - WaitUntil method does nothing
- - Execute method sets values for all Search Attributes used in this test
- - CustomKeywordField
- - CustomStringField
- - CustomBoolField
- State2:
- - State Options contains WaitUntilApiSearchAttributesLoadingPolicy
- - WaitUntil method asserts that expected SearchAttributes are loaded
- - Execute method asserts that no SearchAttributes are loaded
- State3:
- - State Options contains WaitUntilApiSearchAttributesLoadingPolicy
- - WaitUntil method asserts that no SearchAttributes are loaded
- - Execute method asserts that expected SearchAttributes are loaded
- State4:
- - State Options contains SearchAttributesLoadingPolicy
- - WaitUntil method asserts that expected SearchAttributes are loaded
- - Execute method asserts that expected SearchAttributes are loaded
- State5:
- - State Options contains AdSearchAttributesLoadingPolicy and WaitUntilApiSearchAttributesLoadingPolicy
- - WaitUntil method asserts that WaitUntilApiSearchAttributesLoadingPolicy are loaded
- - Execute method asserts that SearchAttributesLoadingPolicy are loaded
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.