| Package | Description |
|---|---|
| org.wso2.bps.integration.common.clients.bpmn |
| Modifier and Type | Method and Description |
|---|---|
String[] |
ActivitiRestClient.addNewCommentOnTaskByTaskId(String taskID,
String comment)
Method used to add a new comment to a task
|
String[] |
ActivitiRestClient.deployBPMNPackage(String filePath,
String fileName)
This Method is used to deploy BPMN packages to the BPMN Server
|
String[] |
ActivitiRestClient.getDeploymentInfoById(String deploymentID)
Method is used to acquire deployment details using the deployment ID
|
String[] |
ActivitiRestClient.startProcessInstanceByDefintionID(String processDefintionID)
Method use to instantiate a process instance using the definition ID
|
String[] |
ActivitiRestClient.suspendProcessInstanceById(String processInstanceID)
Method used to suspend a process instance
|
String |
ActivitiRestClient.validateProcessInstanceById(String processDefinitionID)
This method is used to validate/check if the process instance is present or not
|
Copyright © 2016 WSO2 Inc. All rights reserved.