-
-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
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.
Reactions are currently unavailable