All URIs are relative to https://localhost:8080/activiti-app
Method | HTTP request | Description |
---|---|---|
completeTasks | GET /api/enterprise/temporary/generate-report-data/complete-tasks | completeTasks |
generateData | GET /api/enterprise/temporary/generate-report-data/start-process | generateData |
getHeaders | GET /api/enterprise/temporary/example-headers | getHeaders |
getOptions | GET /api/enterprise/temporary/example-options | getOptions |
completeTasks(userId, processDefinitionKey)
completeTasks
var userId = 789; // Integer | userId
var processDefinitionKey = "processDefinitionKey_example"; // String | processDefinitionKey
this.alfrescoJsApi.activiti.temporaryApi.completeTasks(userId, processDefinitionKey);
Name | Type | Description | Notes |
---|---|---|---|
userId | Integer | userId | |
processDefinitionKey | String | processDefinitionKey |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
generateData(userId, processDefinitionKey)
generateData
var userId = 789; // Integer | userId
var processDefinitionKey = "processDefinitionKey_example"; // String | processDefinitionKey
this.alfrescoJsApi.activiti.temporaryApi.generateData(userId, processDefinitionKey);
Name | Type | Description | Notes |
---|---|---|---|
userId | Integer | userId | |
processDefinitionKey | String | processDefinitionKey |
null (empty response body)
No authorization required
- Content-Type: application/json
- Accept: application/json
ArrayNode getHeaders()
getHeaders
this.alfrescoJsApi.activiti.temporaryApi.getHeaders();
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json
ArrayNode getOptions()
getOptions
this.alfrescoJsApi.activiti.temporaryApi.getOptions();
This endpoint does not need any parameter.
No authorization required
- Content-Type: application/json
- Accept: application/json