package
3.2.4
Repository: https://github.com/ystia/yorc.git
Documentation: pkg.go.dev

# 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.

# Structs

Step represents the workflow step.

# Interfaces

An Activity is the representation of a workflow activity.

# Type aliases

ActivityType x ENUM( delegate set-state call-operation inline ).