Versions in this module Expand all Collapse all v1 v1.0.1 Feb 21, 2024 v1.0.0 Feb 21, 2024 Changes in this version + var StatusReady = Status + var StatusRunning = Status + var StatusSucceeding = Status + var StatusSuccess = Status + func NewExecutor(ctx context.Context, store *storage.DataStore, ...) (executors.Workflow, error) + type Status struct + Err *core.ExecutionError + TransitionToPhase v1alpha1.WorkflowPhase + func StatusFailed(err *core.ExecutionError) Status + func StatusFailing(err *core.ExecutionError) Status + func StatusFailureNode(originalErr *core.ExecutionError) Status