-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add cancel button to the flow run page in the UI #7672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cancel button to the flow run page in the UI #7672
Conversation
@marichka-offen You can treat this as if it's going into main, we generally won't do another code review when we merge the tracking branch. |
@madkinsz I'll merge this PR to give you a Cancel button in UI, but there's a little gotcha. Because the way we do it is literally a hack to accommodate the absence of feature flags in orion, the Cancel button takes 30 seconds to disappear from UI once the state is changed to Cancelling. Once the active work on this feature is done and we are ready to show it to user, I will add the button the regular way we do it in orion-design (without using a slot). That way button will be removed from UI immediately |
Part of #7666
This PR makes Cancel button available for feature/flow-run-cancellation
Example
Checklist
<link to issue>
"fix
,feature
,enhancement