Create a new instance based on an existing one, being able to set its variables values. The activities located before the current activities are not executed.
Create a new instance based on an existing one, being able to set its variables values.
Method Detail
HTTP Example:
POST /API/repairAPI/copyProcessInstance/{instanceUUID}
attachments=…&processVariables=…&options=…
API Example:
RESTRemoteRepairAPI.copyProcessInstance({'instanceUUID': /* instanceUUID the process instance UUID */, 'attachments': /* attachments the attachments in this Collection override the current attachments values */, 'processVariables': /* processVariables the process variables in this Map will override the current process variable values */, 'options': /* options the options map (domain, queyList, user) */});
Create a new instance based on an existing one, being able to set its variables values. The activities located before the current activities are not executed.
Output:
org.ow2.bonita.facade.uuid.ProcessInstanceUUID -
Form parameters:
attachments - the attachments in this Collection override the current attachments values
processVariables - the process variables in this Map will override the current process variable values
options - the options map (domain, queyList, user)