Skip to content
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

398 flows provide graphql api to manually cancel a flow #416

Conversation

zaychenko-sergei
Copy link
Contributor

@zaychenko-sergei zaychenko-sergei commented Jan 5, 2024

Closes #398

…elled flows.

Flow service: automatically pause flow configuration, if a flow was cancelled by the user.
Flow service: automatically cancel scheduled tasks if flow is cancelled or aborted.
@zaychenko-sergei zaychenko-sergei force-pushed the 398-flows-provide-graphql-api-to-manually-cancel-a-flow branch from da6293a to 07348b6 Compare January 5, 2024 16:04
@zaychenko-sergei zaychenko-sergei marked this pull request as ready for review January 5, 2024 16:07
resources/schema.gql Outdated Show resolved Hide resolved
resources/schema.gql Outdated Show resolved Hide resolved
src/domain/flow-system/src/services/flow/flow_service.rs Outdated Show resolved Hide resolved
Copy link
Member

@sergiimk sergiimk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🚢

@zaychenko-sergei zaychenko-sergei merged commit d4ab8cc into master Jan 6, 2024
5 checks passed
@zaychenko-sergei zaychenko-sergei deleted the 398-flows-provide-graphql-api-to-manually-cancel-a-flow branch January 6, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flows: Provide GraphQL API to manually cancel flow's schedule tasks
2 participants