# Functions
NewWorkflowController instantiates a new WorkflowController.
# Variables
ErrDeadlineExceeded indicates the operation exceeded its deadline for execution.
ErrParallelismReached indicates this workflow reached its parallelism limit.
# Structs
ArtifactoryArtifactRepository defines the controller configuration for an artifactory artifact repository.
ArtifactRepository represents a artifact repository in which a controller will store its artifacts.
S3ArtifactRepository defines the controller configuration for an S3 artifact repository.
WorkflowController is the controller for workflow resources.
WorkflowControllerConfig contain the configuration settings for the workflow controller.