Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Oracle BPEL If then Else condition

Oracle BPEL If then Else condition

Oracle Bpel supports If-then-else statement. The Syntax is below, similar to Java. Only If is required on this conditional statement, Else-If and Else are optional.

If(Condition=true){

}

Else if (Condition=true){

}

….

Else{

}

To implement If-else in Oracle BPEL, Drag and drop the IF activity from the component palette to the BPEL. Click on the Green Plus icon to add an ELSE-IF/Else. Double click on the IF or ELSE-IF to add a condition. Click an activity, and press the delete key to delete it.



This post first appeared on Oracle ADF, BPM, BI And Primavera P6 Tutorials, please read the originial post: here

Share the post

Oracle BPEL If then Else condition

×

Subscribe to Oracle Adf, Bpm, Bi And Primavera P6 Tutorials

Get updates delivered right to your inbox!

Thank you for your subscription

×