Skip to content

Workflow is broken right after it cycles #112

@javrasya

Description

@javrasya

Description:

The way how django-river handles the cycles is that it re-creates the rest of the workflow. The way how django-river understands that it actually cycled is that it is checking if there is any other approval that has been approved. But an approval after a cycle still makes django-river thinks that it is still cycling. It should see it as cycle if there is already a PENDING approval.

Acceptance Criteria:

  • Check if there is also no PENDING approval with the next state as source state to decide that it has cycled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions