Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MessageTerminatedFailedAfterRetries is the message of failed after retries MessageTerminatedFailedAfterRetries = "The workflow terminates automatically because the failed times of steps have reached the limit" // MessageSuspendFailedAfterRetries is the message of failed after retries MessageSuspendFailedAfterRetries = "The workflow suspends automatically because the failed times of steps have reached the limit" )
Variables ¶
View Source
var ( // DisableRecorder optimize workflow by disable recorder DisableRecorder = false )
Functions ¶
func ConvertWorkflowStatus ¶ added in v1.6.0
func ConvertWorkflowStatus(status workflowv1alpha1.WorkflowRunStatus, revision string) *common.WorkflowStatus
ConvertWorkflowStatus convert workflow run status to workflow status
func IsFailedAfterRetry ¶ added in v1.3.0
func IsFailedAfterRetry(app *oamcore.Application) bool
IsFailedAfterRetry check if application is hang due to FailedAfterRetry
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.