Forum Post: RE: Workstep gets suspended if the number of retries of execution is more than 500

  • Thread starter Thread starter Swathi Yellavaram
  • Start date Start date
Status
Not open for further replies.
S

Swathi Yellavaram

Guest
Hi Daniel, Please refer to OpenEdge® Getting Started: Developing BPM Applications with Developer Studio guide. Using Advanced tab of Activity workstep properties section. documentation.progress.com/.../wwhelp.htm The Activation Limit checkbox is only available for a system process, as defined in ProcessType attribute in process properties (see Setting process properties on page 119). Select this checkbox and enter a value (greater than 0), which sets a maximum limit that this workstep is executed in loop for a process instance at runtime. To execute the workstep loop indefinitely, specify the value as -1. If no value is specified, the value of the bpserver.ws.max.activationcount parameter in the OEBPS_Home\conf\bpserver.conf file is considered as the maximum limit. Thanks, Swathi.

Continue reading...
 
Status
Not open for further replies.
Back
Top