# Functions
CleanupMemoryStore cleans up memory store.
LoadContext load workflow context from store.
NewContext new workflow context without initialize data.
# Constants
AnnotationStartTimestamp is the annotation key of the workflow start timestamp.
ConfigMapKeyVars is the key in ConfigMap Data field for containing data of variable.
# Variables
EnableInMemoryContext optimize workflow context storage by storing it in memory instead of etcd.
MemStore store in-memory context.
# Structs
WorkflowContext is workflow context.
# Interfaces
Context is workflow context interface.