Execute process for same object sequentially

Hi, I am currently preparing a process which executes whenever there is any change happens to the ADAccount's CN or SAMAccountName, STatus etc.

But issue is the there are many times, there will be multiple process gets triggered for same object withing few seconds and while processing them, they all execute at a same time. So sometimes the latest updates does not flow to the target.

Please suggest how can I add a wait node so that they can execute sequentially.

Parents
  • Which version are you using?

    If a process got triggered more than once for the same object, it means, that your object got changed several times. Is that the case?

    Can you describe what you are trying to achieve and what process component and task you are using in your process?

  • Yes Markus, The object gets changed withing few seconds of intervals and then it triggers the process execution. We are using Version 6.1

    We have LDAP account which has to be updated whenever there are any change in the person profile or ADAccount of a user. The change can be anything like user Status, name id ext. It normally executes multiple times as the the status of the user first change from Enrol to Active and then in few seconds it changes from Active to Activated etc.

Reply
  • Yes Markus, The object gets changed withing few seconds of intervals and then it triggers the process execution. We are using Version 6.1

    We have LDAP account which has to be updated whenever there are any change in the person profile or ADAccount of a user. The change can be anything like user Status, name id ext. It normally executes multiple times as the the status of the user first change from Enrol to Active and then in few seconds it changes from Active to Activated etc.

Children
No Data