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
I have searched the issues of this repository and believe that this is not a duplicate.
Description 😯
Closed Workflow items are sorted in random order. The items 1, 2, and 3 in the screen below were originally ordered as 1, 3, 2 and also closed in this order. The timestamps on the worflowitem_closed events are 2023-12-06T11:58:24.925Z and 2023-12-06T11:57:41.375Z respectively for items 2 and 3, i.e. the timestamps actually say that item 3 was closed before item 2.
How to reproduce 🕹
Set up a workflow and close items. Observe random ordering.
Your Environment 🌎
All 2.5
The text was updated successfully, but these errors were encountered:
AssertionError Expected close event for workflowitem isn't logged anywhere. Point of failure is function closedAt in src/domain/workflow/workflowitem_ordering. Origin is empty workflowitem.log - there should be events associated with wfi.
sourceWorkflowitems seems to have been used in setting workflowitem.log, which keeps track of events associated with workflowitem. presently it is unused.
assertion error should not be silenced. at least log it visibly
Description 😯
Closed Workflow items are sorted in random order. The items 1, 2, and 3 in the screen below were originally ordered as 1, 3, 2 and also closed in this order. The timestamps on the
worflowitem_closed
events are2023-12-06T11:58:24.925Z
and2023-12-06T11:57:41.375Z
respectively for items 2 and 3, i.e. the timestamps actually say that item 3 was closed before item 2.How to reproduce 🕹
Set up a workflow and close items. Observe random ordering.
Your Environment 🌎
All 2.5
The text was updated successfully, but these errors were encountered: