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

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    88505d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec58af7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cb2715 View commit details
    Browse the repository at this point in the history
  4. Added tests to cover cancellation of already finished or already canc…

    …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 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    84830b2 View commit details
    Browse the repository at this point in the history
  5. CHANGELOG updated

    zaychenko-sergei committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    07348b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe3e0bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d40cdb4 View commit details
    Browse the repository at this point in the history
  8. Different semantics of cancellation - just macro command to help canc…

    …elling scheduled flow tasks.
    
    Error, if used in queued/draft state.
    Ignored, if used in finished state.
    zaychenko-sergei committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c2985ba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f47786 View commit details
    Browse the repository at this point in the history