Hi,
There is a workflow in which below error is received :
As per design, there is a FORK in which 3 branches are parallel out of which 1 is mandatory. One branch includes WAIT for DELETED event, another one WAIT for POSTED event and third one includes approval flow.
Getting this error in WAIT for DELETED event.
Already tried below :
- Putting wait step out of Fork : Worked
- Putting binding in wait step of _EVT_OBJECT : Not worked
- Removing binding in wait step of _EVT_OBJECT : Not worked
- Check data in container element ZFIPP : Checked. Data is there from event to workflow.
Kindly suggest what else can I try. Problem is with putting WAIT statement with FORK.
Any guidance is really appreciated.
Below is the design for reference :