Input
For more information about mapping and transforming input data, see TIBCO ActiveMatrix BusinessWorks™ Process Design.
The input for the activity is the following.
Input Item |
Datatype |
Description |
key |
string |
The key that coordinates a Notify activity with the corresponding Wait or Receive Notification. For example, in an order handling process, the order ID might be the key that Wait and Notify use to determine which Wait activity corresponds to the Notify activity. The key can be an XPath expression, but it must evaluate to a string. For more information and examples of choosing the key for Wait, Notify, and Receive Notification, see TIBCO ActiveMatrix BusinessWorks™ Process Design. |
timeout |
integer |
The timeout (number of milliseconds) to keep the information for this Notify activity. The activity executes immediately and transitions to the next activity, but the Notify information is kept by the engine until a corresponding Receive Notification or Wait occurs. If the corresponding activity does not occur before this timeout is reached, the Notify information is removed. |
schema |
complex |
The schema specified by the Shared Configuration on the Configuration tab. This schema is used to pass data from the process instance into the process instance containing a corresponding Receive Notification or Wait. |