DoReSubmit
Syntax
DoReSubmit()
Description
Used to resubmit a transaction which was previously submitted, and the previous approval processes have completed (approved, denied or terminated). An exception is thrown if the property resubmitEnabled is false.
Parameters
None.
Returns
None.
Example
This is an example to resubmit a process:
import EOAW_CORE:*;
Component EOAW_CORE:LaunchManager &launchMgr;
&launchMgr.DoReSubmit();