Passing dynamic converter output to BPEL process
Hi
Is there any way for passing Dynamic Converter output to BPEL? The scenario is as follows
1. The content document (word file) is checked in the repository.
2. The sections of the file need to be split (can be done using dynamic converter) and passed to BPEL.
3. These sections are then assigned to individual departments for validation.
What is the best way to achieve this? My take is use dynamic converter to produce xml output. In the workflow assign the o/p to BPEL process for spitting and further processing. Is this approach correct? If so, how can I pass dynamic converter o/p to BPEL process (through criteria workflow)?
0