new NotifyDroppedRequest(caseModelId)
Object NotifyDroppedRequest
Usage:
RestApiService.getGlobaldataAdminService().notifyDropped(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
caseModelId |
number | (Java type: long) The identifier of the case model. This can be obtained by using getCaseModel or getCaseModelBasicInfo. |
- Since:
- 4.0.0
Members
comment :string
Query parameter: 'comment' Description of why the operation was performed. The maximum length is 400 characters.
Type:
- string
- Since:
- 4.0.0
skipValidation :boolean
Query parameter: 'skipvalidation' (optional) Set to true if you do not want the system to verify that the script action has been executed.
Type:
- boolean
- Since:
- 4.0.0
- Default Value:
- = false
userName :string
Query parameter: 'user' The name of the user who performed the action.
Type:
- string
- Since:
- 4.0.0