Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Check ¶
type Check struct {
// StepSignalFn returns the inner signal from a step for interface assertions.
StepSignalFn func(step *app.WorkflowStep) signal.Signal
// SetResultDirective writes the directive to the step's ResultDirective column.
SetResultDirective func(ctx workflow.Context, stepID string, d directive.Step) error
}
Check implements directive.ApprovalCreateCheck for auto-approval. Skipped in plan-only mode so planonly.Check owns the approval semantics.
Click to show internal directories.
Click to hide internal directories.