I am currently trying to resubmit a step in a proces instance with modified data.
wM 9.5 SP1 with IS_9.5_SP1_Core_Fix8, PRT_9.5_SP1_Fix9 and MON_9.5_SP1_Fix9.
- User has permission to “Modify and Resubmit”.
- Resubmit Event is recorded in the process instance
But the resubmitted step and the subsequent steps do not get the additional step iteration with the modified data.
Instead there is an error message logged in server log and error log indicating that there have been a ClassCastException on PERestartTrigger:
Extract from ErrorLog:
2016-02-15 17:15:36 MET wm.prt.status:handleRestartCommand wm.prt.status:handleRestartCommand com.wm.data.BasicIDataCodable cannot be cast to com.wm.app.prt.util.ProcessData
We are invoking the service pub.monitor.process.instanceControl:resubmitInstanceStep via Context.connect() and Context.invoke() in an external Java application.
When performing the same via MWS manually this works.
Any ideas whats going wrong here?
Regards,
Holger
#Integration-Server-and-ESB#webMethods-General#webMethods