2.152 Create or Edit Sensor Action Dialog
Use to manage (create, edit, or delete) sensor actions.
Sensor actions enable you to publish sensor data to an endpoint, such as a database or a JMS queue. You can create multiple sensor actions for an activity sensor.
Element | Description |
---|---|
Name |
Enter a name for the activity or accept the default value of |
Publish Type |
Select one of the following publishing types. The publishing type specifies the destination to which to publish the sensor data.
Note: Caching data in the data publisher is not supported; data publishers must be stateless. |
JMS Connection Factory |
If your publish type selection is JMS Queue, JMS Topic, or JMS Adapter, specify the connection factory. |
Publish Target |
If your publish type selection is JMS Queue, JMS Topic, Custom, or JMS Adapter, you must specify a publish target. The publish target represents different things depending on the publish type specified:
|
Filter |
Enter filter logic as a boolean expression. A filter enables you to monitor sensor data within a specific range. For example, you may want to monitor loan requests in which the loan amount is greater than $100,000. In this case, you can enter an expression such as the following: boolean(/s:actionData/s:payload/s:variableData/s:data/autoloan: loanAmount > 100000) |
Enable |
Enable or disable a sensor action. By default, sensor actions are enabled. If you disable a sensor action by deselecting this checkbox, the action does not publish data. |
Related Topics
Using Oracle BPEL Process Manager Sensors in Developing SOA Applications with Oracle SOA Suite
Understanding Sensor Public Views and the Sensor Actions XSD in Developing SOA Applications with Oracle SOA Suite