InterviewSolution
| 1. |
Explain Pick Activity Of Bpel? |
|
Answer» BPEL PROVIDES the activity, through which you can specify that the business process should await the occurrence of one EVENT in a set of EVENTS. Events can be message events HANDLED with the activity or alarm events handled with the activity. For each event, you specify an activity or a set of activities that should be performed. BPEL provides the activity, through which you can specify that the business process should await the occurrence of one event in a set of events. Events can be message events handled with the activity or alarm events handled with the activity. For each event, you specify an activity or a set of activities that should be performed. |
|