package
0.16.1
Repository: https://github.com/clever/workflow-manager.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
NewInvalidPageTokenError returns a new InvalidPageTokenError.
NewInvalidQueryStructureError creates an InvalidQueryStructureErorr.
No description provided by the author
TerminalState returns true if a workflow state is terminal.

# Variables

ErrUpdatingWorkflowFromTerminalToNonTerminalState is returned when a workflow is updated from a terminal state to a non-terminal state.
TerminalStates is a list of terminal states.

# Structs

No description provided by the author
InvalidPageTokenError is returned for workflow queries that contain a malformed or invalid page token.
InvalidQueryStructureError is returned for workflow queries that have a disallowed structure, like including both a Status and a ResolvedByUser value.
UpdateWorkflowAttributesInput represents updates to one or more attributes of a workflow.

# Interfaces

Store defines the interface for persistence of Workflow Manager resources.