Task Queue parameter for java actions - Mendix Forum

Task Queue parameter for java actions

5

With the new Task Queue and the option to execute a microflow or user action call in the background via the runtime API, we want to use a java action to do exactly this. However, currently we either need to hardcode the Task Queue name or add it as a string parameter to the java action. To avoid these hardcoded values and potential errors when renaming/moving a Task Queue, I think it would be really useful to have the ability to add a Task Queue as parameter to the java action and represent that Task Queue as a string in the actual java action (similar to how you can add a microflow as input parameter).

asked
0 answers