Returns the record of the task with the given task UUID.
Method Detail
HTTP Example:
POST /API/queryRuntimeAPI/getLightTaskInstance/{activityUUID}
options=…
API Example:
AbstractRemoteQueryRuntimeAPI.getLightTaskInstance({'activityUUID': /* Returns the record of the task with the given task UUID. */, 'options': /* options the options map (domain, queyList, user) */});
Returns the record of the task with the given task UUID.
Output:
org.ow2.bonita.light.LightTaskInstance - the record of the task with the given task UUID.
Form parameters:
options - the options map (domain, queyList, user)