Hi,
I have an Integration process (PI 7.0), which consists of sync/async bridge.
One of the step in the process is async receive.
To avoid any issue with correlation, i placed the whole process (except start and end) into a block and assigned a local correlation to it.
The Sync receive in sync/async bridge will activate the correlation and one of the async receive step in the process will use that correlation.
Normally it worked fine. But during one execution (just for testing), the async receive step did not take input to the process, and so the process execution replied "Timeout in Pipeline". But thereafter i cannot execute the process successfully, even when async takes the input.
And in the BPE monitoring, in workflow log, the process Instances are still "In Progress".
Do we have any way to stop these processes and unlink any possible correlation related to them?