Skip to content

Add new retry states #26

Description

@jimbobhickville

Add:

  • ABORT - stop processing the flow but don't revert anything
  • IGNORE - continue processing the flow and ignore the error

In some situations, it makes sense for a task to throw a type of exception that is basically "there's nothing to do". Having a special retry handler to detect that and stop processing tasks on the flow, without reverting or marking anything as failed, would be helpful. This is what ABORT will be for.

In other situations, you may want a subflow to be able to fail and not impact any other tasks, just keep trucking along like nothing happened. This is what IGNORE will be for.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions