Choose context of queued task via checkbox instead of apply entity access - Mendix Forum

Choose context of queued task via checkbox instead of apply entity access

1

Tasks in a queue are only executed in users context if you set “apply antity access” to yes. https://docs.mendix.com/refguide/task-queue/#context 

 

But that changes the behavior of the calling microflow, which leads to sideeffects and bugs. Why not have a setting when adding a task to the queue to configure wheatre you want the users context or not?

 

Currently i am using task queues so i can use the retry mechanism for calls to SAP and OAuth related calls. But the calls have to be executed in users context so authorization can delegated properly. But i don’t want entity access to be set to true.

asked
0 answers