Get all Usertasks from specific workflow

1
Hi, I’m trying to retrieve all the usertask from a started workflow. As parameter I have the workflow context but I’m unable to retrieve the tasks linked to it.   Any idea on how to do this? The current user shoud not be used as it shows it to everyone.
asked
1 answers
0

Are you retrieving workflow user tasks that are already completed? In that case you indeed wont see them since I believe they are deleted once complete, see:
 

‘After a workflow user task is completed it is automatically deleted from System.WorkflowUserTask’
https://docs.mendix.com/refguide/workflow-beta-migration/

 

In that case I think you can retrieve the workflow commons entity UserTaskView.

answered