activity

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LifecycleState

type LifecycleState string

LifecycleState as per BPMN 2.0 spec, section 13.2.2 Activity, page 428

const (
	Ready        LifecycleState = "READY"
	Active       LifecycleState = "ACTIVE"
	WithDrawn    LifecycleState = "WITHDRAWN"
	Completing   LifecycleState = "COMPLETING"
	Completed    LifecycleState = "COMPLETED"
	Failing      LifecycleState = "FAILING"
	Terminating  LifecycleState = "TERMINATING"
	Compensating LifecycleState = "COMPENSATING"
	Failed       LifecycleState = "FAILED"
	Terminated   LifecycleState = "TERMINATED"
	Compensated  LifecycleState = "COMPENSATED"
)

Jump to

Keyboard shortcuts

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