We're having an issue with Work Manager 6.1.1 transmitting transactions in a different order than they are completed. The actions are completed in the following order:
- Start Notification Task
- Add note to task
- Complete task
The transactions are sent in the following order.
- NotificationItemTaskStart
- NotificationTaskComplete
- NotificationPostCurrent
Error message on NotificationPostSteplet saying the task has already been completed.
So far this has only occurred when adding notes to the tasks - completing without adding a note works fine. I've set each of the above transactions and the Notification note transactions to not merge, but still seeing the same result. Any ideas?