You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determines the behavior in case of failures when processing groups or hooks. "any-error" fails / rolls back if any step of the workflow fails. "essential-error" only leads to rollback in case of the failing step is defined as essential. "full-error" processes the workflow on a “best-can-do” basis, Backup is only considered to be a complete failure if all essential steps failed.
The text was updated successfully, but these errors were encountered:
Verify based on the below description:
The text was updated successfully, but these errors were encountered: