persistence

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WorkflowType       = "persistence"
	State1             = "S1"
	State2             = "S2"
	State3             = "S3"
	TestDataObjectKey  = "test-data-object"
	TestDataObjectKey2 = "test-data-object-2"
	TestStateLocalKey  = "test-state-local"

	TestSearchAttributeKeywordKey    = "CustomKeywordField"
	TestSearchAttributeKeywordValue1 = "keyword-value1"
	TestSearchAttributeKeywordValue2 = "keyword-value2"

	TestSearchAttributeIntKey      = "CustomIntField"
	TestSearchAttributeBoolKey     = "CustomBoolField"
	TestSearchAttributeDoubleKey   = "CustomDoubleField"
	TestSearchAttributeDatetimeKey = "CustomDatetimeField"
	TestSearchAttributeTextKey     = "CustomStringField"
	TestSearchAttributeIntValue1   = 1
	TestSearchAttributeIntValue2   = 2
)

Variables

View Source
var TestDataObjectVal1 = iwfidl.EncodedObject{
	Encoding: iwfidl.PtrString("json"),
	Data:     iwfidl.PtrString("test-data-object-value1"),
}
View Source
var TestDataObjectVal2 = iwfidl.EncodedObject{
	Encoding: iwfidl.PtrString("json"),
	Data:     iwfidl.PtrString("test-data-object-value2"),
}

Functions

func NewHandler

func NewHandler() common.WorkflowHandler

Types

This section is empty.

Jump to

Keyboard shortcuts

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