Search code examples
xmlweb-serviceswsdlbpel

There is no start activity in process "*.bpel"


I have one BPEL process. Even though i have a receve in the begining of the process when i compile i receve this error:

There is no start activity in process "*.bpel"

How can I solve this problem?


Solution

  • I solved this problem in this way:

    1. Add createInstance="yes"to the first receive activity.