wf_state_options_data_attributes_loading

package
v1.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: MIT Imports: 7 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL