| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDTO |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPost(String workflowReferenceId,
WorkflowDTO body)
Update workflow status
This operation can be used to approve or reject a workflow task.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<WorkflowDTO> |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostWithHttpInfo(String workflowReferenceId,
WorkflowDTO body)
Update workflow status
This operation can be used to approve or reject a workflow task.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowDTO |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPost(String workflowReferenceId,
WorkflowDTO body)
Update workflow status
This operation can be used to approve or reject a workflow task.
|
com.squareup.okhttp.Call |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId,
WorkflowDTO body,
ApiCallback<WorkflowDTO> callback)
Update workflow status (asynchronously)
This operation can be used to approve or reject a workflow task.
|
com.squareup.okhttp.Call |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostCall(String workflowReferenceId,
WorkflowDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for workflowsUpdateWorkflowStatusPost
|
ApiResponse<WorkflowDTO> |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostWithHttpInfo(String workflowReferenceId,
WorkflowDTO body)
Update workflow status
This operation can be used to approve or reject a workflow task.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
WorkflowsIndividualApi.workflowsUpdateWorkflowStatusPostAsync(String workflowReferenceId,
WorkflowDTO body,
ApiCallback<WorkflowDTO> callback)
Update workflow status (asynchronously)
This operation can be used to approve or reject a workflow task.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowDTO |
WorkflowDTO.attributes(Map<String,String> attributes) |
WorkflowDTO |
WorkflowDTO.description(String description) |
WorkflowDTO |
WorkflowDTO.putAttributesItem(String key,
String attributesItem) |
WorkflowDTO |
WorkflowDTO.status(WorkflowDTO.StatusEnum status) |
Copyright © 2020 WSO2 Inc. All rights reserved.