Skip to Content
0
Former Member
Jun 12, 2011 at 07:15 AM

Wait for Event FIPP -> Completed Logically Deleted

75 Views

Hi WF Experts,

We have a WF for Release of payments.

It has 1 Fork with 2 parallel branches (both necessary).

1 Branch has the approval process for Amount release and the other branch calling the Account assignment approval Subworkflow.

The approval process branch has the until loop with increment counter and it picks the agents within the loop until a loop condition is reached and thereby till no more approvals required.

The other branch, before calling the subworkflow, it checks a WAIT FOR EVENT FIPP->COMPLETED with container element FIPPID.

Both these branches needs to be completed so that the forks gets ended and the wf comes out of the fork.

The approval process branch is working perfectly. But in the other branch the WAIT FOR EVENT FIPP->COMPLETED gets logically deleted and thereby, this branch does not go firther to start the Account assignment approval Subworkflow. This way the Fork with the 2 necessary branches does not end, and thereby, the WF stops here and could not go further to set release indicators (Which is a backgorund task).This will confirm the end of WF process.

When I pass the WI ID for this Wait event in the SWIA, it shows the status as CANCELLED.

The WF User log as a whole shows the status as COMPLETED as all the approvers has approved the release.

Why is the Wait for Event gets logically deleted ?Please advice.

Edited by: Sameer Anwar on Jun 12, 2011 9:17 AM

Edited by: Sameer Anwar on Jun 12, 2011 9:21 AM