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 Wait activity with the corresponding Notify. 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, see TIBCO ActiveMatrix BusinessWorks™ Process Design. |
timeout |
integer |
The timeout (number of milliseconds) for this Wait activity. If a Notify activity that has a matching key is not executed in this specified number of seconds, the Wait times out and transitions to the next activity. If no value or if zero is specified in this field, this activity waits indefinitely. |