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. For example, for a Salesforce Query All activity, you have to set the timeout value as shown in the following figure:

To conveniently configure the timeout value for the Salesforce activities running in TIBCO Business Studio, 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 in the TIBCO_HOME\bw\domains\defaultdomain\appnodes\defaultappspace\defaultappnode\config file.

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.