The following APIs are supported:
- ProcessInstanceAdminControllerImplApi
- ProcessInstanceControllerImplApi
- ProcessInstanceTasksControllerImplApi
- ProcessInstanceVariableAdminControllerImplApi
- ProcessInstanceVariableControllerImpl
- TaskAdminControllerImplApi
- TaskControllerImplApi
- TaskVariableAdminControllerImplApi
- TaskVariableControllerImplApi
Using the following names you can perform all the actions related to the APIs mentioned above:
Name | Action |
---|---|
RuntimeProcessInstanceAdminService |
Hyland Automate Modeling Runtime Process Instance Admin REST API, which
includes:
|
RuntimeProcessInstanceService |
Hyland Automate Modeling Runtime Process Instance REST API, which includes:
|
RuntimeTaskAdminService |
Hyland Automate Modeling Runtime Task Admin API, which includes:
|
RuntimeTaskService |
Hyland Automate Modeling Runtime Task API, which includes:
|
For example:
const startProcessPayload = { businessKey: variables.businessKey, payloadType: 'StartProcessPayload', processDefinitionKey: variables.processKey, variables: { fileArray: variables.fileArray } }; const runtimeProcessInstanceService = new RuntimeProcessInstanceService(); runtimeProcessInstanceService.startProcess(startProcessPayload);