reLoad a Property modified by the same Process

Hello,

I have a Process that modifies a given field in Person table..

In a next step in the same process, i want to load and use the new value of this field in the generating condition..

When i log the value of the field in pre-scritp..it still have the old value , 

I think it's normal as we are in the same session or connection..correct ?

So, is it possible to load this new value from DB ?

Thank you 

Parents
  • I think you get the whole idea wrong, how the process generation and process execution is working in One Identity Manager.

    Those two tasks are totally asynchronous and while the process generation will be run during the save operation of your entities, or during the event generation, the process execution is done asynchronously by the job services.

    Therefore, you might want to adapt your process with that in mind.

Reply
  • I think you get the whole idea wrong, how the process generation and process execution is working in One Identity Manager.

    Those two tasks are totally asynchronous and while the process generation will be run during the save operation of your entities, or during the event generation, the process execution is done asynchronously by the job services.

    Therefore, you might want to adapt your process with that in mind.

Children