| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
WorklflowCancelInstanceResponse |
WorkflowAutomationApi.cancelWorkflowInstance(String workflowId,
String instanceId)
Cancel a workflow instance.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<WorklflowCancelInstanceResponse> |
WorkflowAutomationApi.cancelWorkflowInstanceAsync(String workflowId,
String instanceId)
Cancel a workflow instance.
|
ApiResponse<WorklflowCancelInstanceResponse> |
WorkflowAutomationApi.cancelWorkflowInstanceWithHttpInfo(String workflowId,
String instanceId)
Cancels a specific execution of a given workflow.
|
CompletableFuture<ApiResponse<WorklflowCancelInstanceResponse>> |
WorkflowAutomationApi.cancelWorkflowInstanceWithHttpInfoAsync(String workflowId,
String instanceId)
Cancel a workflow instance.
|
| Modifier and Type | Method and Description |
|---|---|
WorklflowCancelInstanceResponse |
WorklflowCancelInstanceResponse.data(WorklflowCancelInstanceResponseData data) |
WorklflowCancelInstanceResponse |
WorklflowCancelInstanceResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.