# Functions
BuildInitExecutionOperations returns Consul transactional KV operations for initiating workflow execution.
BuildWorkFlow creates a workflow tree from values for a specified workflow name and deploymentID.
ParseActivityType attempts to convert a string to a ActivityType.
# Constants
ActivityTypeCallOperation is a ActivityType of type Call-Operation.
ActivityTypeDelegate is a ActivityType of type Delegate.
ActivityTypeInline is a ActivityType of type Inline.
ActivityTypeSetState is a ActivityType of type Set-State.
# Interfaces
An Activity is the representation of a workflow activity.
# Type aliases
ActivityType x ENUM( delegate set-state call-operation inline ).