modelID | String Optional. Complete model ID of the model used for the process instances whose iterations you want to resubmit. You can retrieve model IDs by invoking the pub.monitor.process.instance:getProcessList service and using the value returned in the processNames/PROCESSKEY output parameter. When you specify modelID, do not use the modelNameInput parameter.
| ||
modelNameInput | String Optional. Partial model name of the model used for the process instances whose iterations you want to resubmit. You can retrieve model names by invoking the pub.monitor.process.instance:getProcessList service and using the value returned in the processNames/PROCESSKEYDECODE output parameter. When you specify modelNameInput, do not use the modelID parameter.
| ||
dateCreated | String Optional. A date range for the process iterations you want to resubmit. The date range identifies the date of the most recent log entry for the process iterations. To select processes whose most recent entry was logged, set the parameters as follows: Today The current date. Yesterday The day before the current date. In the last 7 days Within the last 7 days, including the current date. Last week Any day in the last calendar last week. (A week is Sunday through Saturday.) This week Any day in this calendar week. (A week is Sunday through Saturday.) Last month Any day in the last calendar month. This month Any day in the current calendar month. Year to date Any day in the current calendar year. | ||
maxRows | String Optional. Maximum number of process iterations to resubmit, starting with those most recently logged. By default, the service resubmits the 100 most recent process iterations. |
controlMessage | String Message that indicates the success of the resubmission. |