Context in Scheduler

0
Can I use Context in scheduler? If yes, how can I use it? If no, what is the alternative? I want to get the current Mendix Session.
asked
2 answers
0

If you want a user context check the community commons executeMicroflowAsUser.

Regards,

Ronald

 

answered
1

You should be able to get the context inside of your java action by using the getContext() method.

answered