Documentation ¶
Index ¶
Constants ¶
View Source
const ( WorkflowType = "state_options_data_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 creates all Data Attributes keys that will be used in this test
- - da_wait_until1
- - da_execute1
- - da_other_key
- State2:
- - State Options contains WaitUntilApiDataAttributesLoadingPolicy
- - WaitUntil method asserts that expected DataAttributes are loaded
- - Execute method asserts that no DataAttributes are loaded
- State3:
- - State Options contains ExecuteApiDataAttributesLoadingPolicy
- - WaitUntil method asserts that no DataAttributes are loaded
- - Execute method asserts that expected DataAttributes are loaded
- State4:
- - State Options contains DataAttributesLoadingPolicy
- - WaitUntil method asserts that expected DataAttributes are loaded
- - Execute method asserts that expected DataAttributes are loaded
- State5:
- - State Options contains DataAttributesLoadingPolicy and WaitUntilApiDataAttributesLoadingPolicy
- - WaitUntil method asserts that WaitUntilApiDataAttributesLoadingPolicy are loaded
- - Execute method asserts that DataAttributesLoadingPolicy 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.