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
Is this intentional behaviour? I guess, it should be consistent at least or otherwise reflected in the label somehow so that the user is aware of those options actually behaving differently.
The text was updated successfully, but these errors were encountered:
When hitting the cleanup option under "Tasks" the corresponding REST call has both
REMOVE_DATA
andCLEANUP
set in the action parameter:spring-cloud-dataflow-ui/ui/src/app/shared/api/task.service.ts
Lines 123 to 135 in 46a218d
When triggering the cleanup from the "Task Executions" panel only
REMOVE_DATA
is set and hence the kubernetes pods are left untouched.spring-cloud-dataflow-ui/ui/src/app/shared/api/task.service.ts
Lines 107 to 117 in 46a218d
Is this intentional behaviour? I guess, it should be consistent at least or otherwise reflected in the label somehow so that the user is aware of those options actually behaving differently.
The text was updated successfully, but these errors were encountered: