Hi,
My lack of understanding of the JBI spec may be the reason for this
question. But I hope someone can clarify this.
We are developing a domain specific workflow processor using servicemix
for educational purposes. I have a case where the BPEL work flow is
known only at run-time. Clients could submit as many workflow BPEL
scripts as they want (each script has only one BPEL sequence). Moreover,
each BPEL sequence is used only once and after that it is discarded
(they are not reusable). Is it possible to use a single BPEL "aware"
component that would execute these workflows? I understand that such a
component cannot have a proper BPEL WSDL interface. Can the built-in
servicemix BPEL component be used for this purpose?
I appreciate any comments or suggestions.
Anand