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

# Functions

DecodeStateResource translates a StateResource stored in dynamdb to a StateResource object.
DecodeWorkflow translates a workflow stored in dynamodb to a Workflow object.
DecodeWorkflowDefinition translates the WorkflowDefinition stored in dynamodb to a WorkflowDefinition object.
EncodeStateResource encodes a StateResource into a dyanmo attribute map.
EncodeWorkflow encodes a Workflow as a dynamo attribute map.
EncodeWorkflowDefinition encodes a WorkflowDefinition as a dynamo attribute map.
No description provided by the author
NewPageKey returns a new PageKey object.
ParsePageKey parses the given JSON representation of a PageKey.

# Constants

30 days.

# Variables

SummaryKeys are json paths to the Workflow fields we want to pull out of dynamodb when summaryOnly=true in WorkflowQuery This should be kept in sync with the WorkflowSummary model defined in swagger.

# Structs

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

# Type aliases

PageKey represents a dynamodb page start key.