Default Timeout Value Setting
The timeout value specifies the number of milliseconds an internal API call waits before it is terminated.
When configuring the Salesforce activity used in a process, you have to set the timeout value for the activity.
To conveniently configure the timeout value for the Salesforce activities running in TIBCO Business Studio- Cloud Edition, you can write the property line
-Dcom.tibco.plugin.salesforce.invoke.timeout=15000
as shown in the following figure:
When you configure the timeout value in the Salesforce activity for deployment, you have to set the property
com.tibco.plugin.salesforce.invoke.timeout=15000
.
For more information about setting this property, see the "Setting and Overriding BusinessWorks Engine Properties" topic in the TIBCO Cloud Integration documentation.
Property | Description |
---|---|
com.tibco.plugin.salesforce.invoke.timeout
|
This property is used to set the default timeout value for Salesforce activities.
The default value in milliseconds is 15000. |
You can change the timeout value in this property line. This value is the default timeout value for each Salesforce activity.