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