# Structs
AbortData includes all parameters required to abort an execution CRD object.
ExecutionData includes all parameters required to create an execution CRD object.
No description provided by the author
ExecutionResponse is returned when a Flyte workflow execution is successfully created.
No description provided by the author
# Interfaces
Workflow compiler interface.
FlyteWorkflowBuilder produces a v1alpha1.FlyteWorkflow definition from a compiled workflow closure and execution inputs.
WorkflowExecutor is a client interface used to create and delete Flyte workflow CRD objects.