Hello Xperts,
I wish to add a step in a process chain which:
makes an already running process chain wait in case a ceratin event has been triggered and then continues once this event is cleared OR another event is raised.
The scenario is that several process chains are running in parallel and there are 'hot spots' where they access the same objects and thereby tend to disturb each other.
Question: is there a way to get a process chain to wait for an event without adding a process chain step of type "ABAP Program"?
However, if using an ABAP program for the waiting on the event - not the triggering - how is this done best?
Thanx for any input.