HTTP Example:POST /API/runtimeAPI/startActivity/{activityUUID}
options=…
| API Example: AbstractRemoteRuntimeAPI.startActivity({'activityUUID': , 'options': }); |
Starts the activity. If successful, this operation changes activity state from READY to EXECUTING.
- Output:
- void
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- application/xml
|