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
Referencing #574 (comment), certain workflow steps cannot include a deletion action due to the potential risk of removing critical resources or data. An example of this is the DeleteIndex workflow step. In such scenarios, upon completion of deprovisioning, users should be informed to manually delete such resources.
What solution would you like?
For workflow steps that include a NoopStep for deletion (such as this example), users should be notified to manually delete the resource by printing a message along with the deprovision API call.
Example: Delete RegisterGroupModel manually
What alternatives have you considered?
Just have a NoopStep for such cases and don't notify the user.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Referencing #574 (comment), certain workflow steps cannot include a deletion action due to the potential risk of removing critical resources or data. An example of this is the DeleteIndex workflow step. In such scenarios, upon completion of deprovisioning, users should be informed to manually delete such resources.
What solution would you like?
For workflow steps that include a NoopStep for deletion (such as this example), users should be notified to manually delete the resource by printing a message along with the deprovision API call.
Example:
Delete RegisterGroupModel manually
What alternatives have you considered?
Just have a NoopStep for such cases and don't notify the user.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: