This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How can i introduce a delay between two processs

Hi ,

i have process on personwantsorg table which triggers when a particular application service item is removed from a user ,it is working fine when one service item is removed but  one of the process is getting failed when more than one service item is removed  for a one user at same time.

Target system cannot handle more than 2 requests for same user at a time. So iwant to introduce a delay between the process. 

Parents
  • If your job that is failing is a script component use the Task ScriptExecSingle that would ensure that only one job would execute at the same time on the same Job Queue.

    If it is a projector component use AdHocProjectionSingle.

    HtH

Reply
  • If your job that is failing is a script component use the Task ScriptExecSingle that would ensure that only one job would execute at the same time on the same Job Queue.

    If it is a projector component use AdHocProjectionSingle.

    HtH

Children
No Data