Setting the ThingWorx Flow Timeout
ThingWorx Flow has a default timeout limit of three minutes (180000 milliseconds). To change the timeout limit:
1. Open the following file for editing: <ThingWorxFlow_Install_Location>\modules\engine\deploymentConfig.json
2. The timeout limit is set by the following line:
"MAX_FLOW_RUN_TIME": "180000",
Change "180000" to the desired number of milliseconds. For example, for six minutes or 360000 milliseconds, change the value to "360000".
3. Save the file.
4. Launch the command line as an Administrator.
5. From the command line, run the following command for the timeout limit change to take effect: pm2 restart flow-engine
Was this helpful?