Wednesday, 26 December 2012

How to set meaning full title for BPEL Process?



Step1: Create Application in Jdev and Create BPEL Project.

Step2: Change the XSD as required.

Step3: Assign order number to variable, create variable

Step4:   Add JavaEmbeded activity and Write below java code in java embeded activity.
/*Write your java code below e.g.

                System.out.println("Hello, World");
*/       
//the title should uniquely identify the transaction      
String t_instance_title = (String)getVariableData("Variable_OrderNumber");                           
//set instance title                      
setTitle(t_instance_title);               
setIndex(1,t_instance_title);

Step5: Deploy the BPEL Process and test.



No comments:

Post a Comment

Details on oracle integration cloud.

It Integrates applications across clouds, on-premises and Hybrid. Easy to use for LOB/Apps IT & IT developed integration. Prebuil...