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

Process triggering event

Hello Community,

I have created a process with an event in Designer tool 1IM V 8.0 , i wanted to trigger the same event for 3 times and the requirement is that when i try to trigger the event 4th time the trigger should not happen.So just want to know how to handle the limit for triggering an event.

Thanks in Advance!!

Parents
  • Well You will need a counter in some table that would be updated every time this process runs.

    Use some custom table/custom attribute, add additional step to Your process to increase it's value as a last step and also add Generating condition on the process, which would check the value !

Reply
  • Well You will need a counter in some table that would be updated every time this process runs.

    Use some custom table/custom attribute, add additional step to Your process to increase it's value as a last step and also add Generating condition on the process, which would check the value !

Children
No Data