Persons who need to approve workflows or take other actions might not always be available due to vacation or illness. There is an option for workflow delegation in Microsoft Dynamics 365 Finance and Operations, but that is not a guarantee that all workflow instances are directed to the delegated user. Already assigned workflow instances will not be automatically delegated. When the user will return to work, the workflow instances are also not assigned back in the standard application. A system administrator can re-assign the pending workflows, but this is a tedious job. Due to a high volume of pending workflows and not having the user on the list page, you might think you need to loop through all pending workflow messages check the details one by one. In this post, you will get a guide on how to quickly find pending workflow instances for a particular user.
Find pending workflow instances
You can use the Advanced filter and sort option to filter the Workflow history list page for all pending workflows waiting for a particular user. Follow the next steps:
- Open the Workflow history page (Common > Inquiries > Workflow)
- Open the advanced filter and sort option (CRTL+SHIFT+F3)
- Open the tab page ‘Joins’.
- Select the table ‘Workflow tracking status table’
- Click ‘Add table join’.
- Select the table ‘Work items’
- Click the ‘Select’ button.
- Select the tab page ‘Range’
- Click ‘Add’
- Select the table ‘Work items’ in the field ‘Table’
- In the column ‘Field’, select the value ‘Status’
- In the column ‘Value’, you can select the status ‘Pending’
- Click ‘Add’
- Select the table ‘Work items’ in the field ‘Table’
- In the column ‘Field’, select the value ‘User’
- In the column ‘Value’, you can now fill the User ID of the original approver.
- Click ‘OK’.
Now, you have a filtered list with all waiting workflow messages for a user but still would need to reassign per instance.
For a demo of how this works, you can also watch the video below.
I do hope you liked this post and will add value for you in your daily work as a professional. If you have related questions or feedback, don’t hesitate to use the Comment feature below.
That’s all for now. Till next time!
The post Find pending workflow instances for a certain user appeared first on Dynamicspedia.
*This post is locked for comments