Setting Timeout for the Asynchronous Activity

You can set the timeout for asynchronous activities. By default, the timeout value is 600 seconds.

You can set the timeout in different conditions.

Setting Timeout for the Asynchronous Activity in TIBCO Business Studio at Run Time

Procedure

  1. From the menu, click Run > Run Configurations.
  2. In the Run Configurations dialog, click BusinessWorks Application > BWApplication in the left panel, click the Arguments tab in the right panel, and add the following parameters as per the palette:
    • For Dynamics CRM SOAP palette, add -Dcom.tibco.bw.palette.dynamicscrm.waitTime=600 parameter in the VM arguments field.
    • For Dynamics CRM REST palette, add -Dcom.tibco.bw.palette.dynamicscrmrest.waitTime=600 parameter in the VM arguments field.
    Note: The value specified for the argument is an example, you can replace the argument value with your own data.

Setting Timeout for the Asynchronous Activity in TIBCO Enterprise Administrator at Run Time

Procedure

  1. Navigate to the TIBCO_HOME/bw/version_number/bin directory and open the bwcommon.tra file.
  2. Add the following parameters to the java.extended.properties property, based on the palette:
    • For Dynamics CRM SOAP palette, add -Dcom.tibco.bw.palette.dynamicscrm.waitTime=600.
    • For Dynamics CRM REST palette, add -Dcom.tibco.bw.palette.dynamicscrmrest.waitTime=600.
    Note: The value specified for the arguments is an example, you can replace the argument value with your own data.