...
To handle an activity failure:
- In Web Process Designer, double-click the activity you want to configure, for example, File Source. The properties related to the File Source appear in the bottom pane.In the Properties tab Alternatively, you can click the activity and select View Properties option.
- The Activity Properties panel of File Source is displayed.
In Activity Properties panel, set the values in the following properties:
Property NameDescriptionActivity Maximum Retries on Failure Maximum number of retries on the failure of an activity to connect to the server. The process flow resumes, if it finds a connection within the specified retries, otherwise aborts the process flow. Activity Wait Time (in seconds) between Retries Time (in seconds) between successive retries. In this example, the values for File Source activity specified are:
Activity Maximum Retries on Failure: 3
Activity Wait Time (in seconds) between Retries: 30
During execution, if the File Source activity fails, the process flow will retry three times within every 30 seconds. The process flow resumes, if it finds a connection, otherwise abort after the third retry.
- Click Save () to Click on canvas area to save the changes.