pub.monitor.process.instanceControl:resubmitInstanceStep
Resubmits a specified iteration of a specified completed or failed process instance at a specified iteration of a process step.
Input Parameters
instanceID | String Instance ID for the process instance to resubmit. Specify the complete, exact ID. Note: | Whether Monitor treats instanceID as case-sensitive depends on how the underlying database (for example, Oracle, DB2, or SQL server) handles the queries that Monitor issues to obtain data. |
|
instanceIteration | Number Iteration of the process instance to resubmit. |
stepID | String The full step ID for the step at which to resubmit the process instance. |
stepIteration | Number Iteration of the step to resubmit. |
stepPipeline | Document Optional. Input pipeline for the step. |
globalData | Document Optional. Global data for this step. |
Output Parameters
controlMessage | String Message that indicates the success of the resubmission. |
Usage Notes
You can retrieve all input data needed to run this service using the
pub.monitor.process.instanceSteps:getStepDetails service.
You must have the proper functional privileges to resubmit processes. If you have functional privileges to resubmit but not to modify the input pipeline or global data, the service retrieves that information from the logging database even if you try to supply them on the stepPipeline and globalData parameters. For more information, see information about granting users the ability to perform Monitor actions in webMethods Monitor User’s Guide.