HTTP Example:POST /API/runtimeAPI/instantiateProcess/{uuid}
options=…
| API Example: AbstractRemoteRuntimeAPI.instantiateProcess({'uuid': , 'options': }); |
Creates an instance of the specified process and start the execution.
returned instance has STARTED state.
If the first activity has StartMode=manual then a task has been created.
If the first activity has StartMode=automatic then the automatic behavior
of the activity has been started. - Output:
- org.ow2.bonita.facade.uuid.ProcessInstanceUUID - the UUID of the created instance.
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- application/xml
|