Oracle Workflow Guide Release 2.6.2 Part Number A95265-03 |
Contents | Index | Glossary | Master Index | Feedback |
XML Compare Tag Value (Date) | Use this activity to compare date values. |
XML Compare Tag Value (Number) | Use this activity to compare number values. |
XML Compare Tag Value (Text) | Use this activity to compare text values. |
All the XML Compare Tag Value activities call the external Java function named oracle.apps.fnd.wf.XMLCompareTag.
Note: When the Workflow Engine encounters an external Java function activity, it places an entry on the 'Outbound' queue. To continue executing the activity, you must run the Java Function Activity Agent, which calls the appropriate Java function and places the result on the 'Inbound' queue. You must then run a background engine to process the 'Inbound' queue and complete the function activity. See: Setting Up the Java Function Activity Agent and Setting Up Background Engines.
Each XML Compare Tag Value activity has three activity attributes:
/order/header/ordernumber
/order/orderlines/line[3]/itemno
//line[2]/cost[@currency="AUD"]
The XML Compare Tag Value activities use the Comparison lookup type for a result code. Possible values are "Greater Than," "Less Than," "Equal," or "Null," if the test activity attribute value is null. You can guide your workflow process based on how the event message data compares to the test value. See: To Define Activity Attribute Values.
Previous | Next | Contents | Index | Glossary |