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
In #362 we added a DeleteWorkflowCompletedCondition which is (1) currently only used on Resources, and (2) is only updated on Resource Delete workflow failures.
This issue is to address (2) by updating the condition to communicate that a Delete workflow has started, for both Promises and Resources.
[#412 addresses (1) by adding the condition to the Promise status too!]
Details
See #362 for how the condition is used in the failure case. We should update the condition to the following when a Delete workflow has started:
Last Transition Time: 2025-03-06T14:48:07Z
Message: Delete Pipeline pipeline-1 is running
Reason: DeleteWorkflowInProgress
Status: False
Type: DeleteWorkflowCompleted
The text was updated successfully, but these errors were encountered:
Summary
In #362 we added a
DeleteWorkflowCompletedCondition
which is (1) currently only used on Resources, and (2) is only updated on Resource Delete workflow failures.This issue is to address (2) by updating the condition to communicate that a Delete workflow has started, for both Promises and Resources.
[#412 addresses (1) by adding the condition to the Promise status too!]
Details
See #362 for how the condition is used in the failure case. We should update the condition to the following when a Delete workflow has started:
The text was updated successfully, but these errors were encountered: