You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description:
The way how
django-river
handles the cycles is that it re-creates the rest of the workflow. The way howdjango-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 makesdjango-river
thinks that it is still cycling. It should see it as cycle if there is already a PENDING approval.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: