cancel
Showing results for 
Search instead for 
Did you mean: 

Deletion during release/reject of FIPP

Former Member
0 Kudos

Hi all,

sorry if I often ask something but there are so many issues around workflows...

As written in subject, I need to intercept the event FIPP.deleted when a work item with FIPP.release method is executed and the agent decides to delete the parked document without releasing or rejecting the document.

A notification will reach the initiator and the work item (release) must disappear in the inbox.

I know there are WAIT FOR EVENT steps but I need to use it as a third outcome of release work item (maybe). Any help is appreciated. Thanks.

Angelo

Accepted Solutions (1)

Accepted Solutions (1)

pokrakam
Active Contributor
0 Kudos

Hi Angelo,

Any particular reason to have it as an outcome?

If not, then you were on the right track: create a fork - 2 branches, one necessary. One contains your 'main flow', the other has a WAIT FOR FIPP.DELETED step followed by a send a mail notification (or setting a flag which you can check after the fork). When the fork completes with one necessary branch, it will cancel anything in the other (i.e. your release step).

Hope that helps,

Mike

Former Member
0 Kudos

Hi Mike,

sorry if I answer late. Good suggestion, thanks!

Kind regards,

Angelo

Answers (0)