Documentation ¶
Index ¶
- func GetStateFromSteps[T kclient.Object](ctx context.Context, client kclient.Client, generation int64, steps ...T) (lastRun string, output string, _ types.WorkflowState, _ error)
- func NewStep(namespace, workflowExecutionName, afterStepName string, generation int64, ...) *v1.WorkflowStep
- func WorkflowStepMatchesStepID(step *v1.WorkflowStep, stepID string) bool
- type Handler
- func (h *Handler) Preconditions(next router.Handler) router.Handler
- func (h *Handler) RunIf(req router.Request, resp router.Response) (err error)
- func (h *Handler) RunInvoke(req router.Request, resp router.Response) error
- func (h *Handler) RunSubflow(req router.Request, resp router.Response) error
- func (h *Handler) RunWhile(req router.Request, _ router.Response) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStateFromSteps ¶
func WorkflowStepMatchesStepID ¶
func WorkflowStepMatchesStepID(step *v1.WorkflowStep, stepID string) bool
Types ¶
Click to show internal directories.
Click to hide internal directories.