Skip to Content
0
Jun 08, 2018 at 02:43 PM

How can I prioritize triggers?

102 Views

Hello experts,

I'm having a workflow problem : I have a web UI to create a special kind of users. As is it a "Create Interface" I can't have read only values, that I would setup with some hard coded values (for instance, MX_FS_SOURCE_SYSTEM=IDM is what I need).

So I attached a process to my UI, to setup my different attributes.

Problem : I also have a trigger setup on a création of a new MX_PERSON, where the first task is a conditional, checking if the user has been created from IDM or not. On my last test, the MX_PERSON process triggered at the same time or before the other one, resulting in my entry going through the wrong branch of my process.

Is there a way to make sure the UI process will get triggered and finished before the MX_PERSON one? I tried putting a standard wait task with no effect. I could always pu a wait for 30seconds task but i'm not really up for it.

What do you think?

Thanks,

Clotilde