| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowListInstancesResponse |
WorkflowAutomationApi.listWorkflowInstances(String workflowId)
List workflow instances.
|
WorkflowListInstancesResponse |
WorkflowAutomationApi.listWorkflowInstances(String workflowId,
WorkflowAutomationApi.ListWorkflowInstancesOptionalParameters parameters)
List workflow instances.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<WorkflowListInstancesResponse> |
WorkflowAutomationApi.listWorkflowInstancesAsync(String workflowId)
List workflow instances.
|
CompletableFuture<WorkflowListInstancesResponse> |
WorkflowAutomationApi.listWorkflowInstancesAsync(String workflowId,
WorkflowAutomationApi.ListWorkflowInstancesOptionalParameters parameters)
List workflow instances.
|
ApiResponse<WorkflowListInstancesResponse> |
WorkflowAutomationApi.listWorkflowInstancesWithHttpInfo(String workflowId,
WorkflowAutomationApi.ListWorkflowInstancesOptionalParameters parameters)
List all instances of a given workflow.
|
CompletableFuture<ApiResponse<WorkflowListInstancesResponse>> |
WorkflowAutomationApi.listWorkflowInstancesWithHttpInfoAsync(String workflowId,
WorkflowAutomationApi.ListWorkflowInstancesOptionalParameters parameters)
List workflow instances.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowListInstancesResponse |
WorkflowListInstancesResponse.addDataItem(WorkflowInstanceListItem dataItem) |
WorkflowListInstancesResponse |
WorkflowListInstancesResponse.data(List<WorkflowInstanceListItem> data) |
WorkflowListInstancesResponse |
WorkflowListInstancesResponse.meta(WorkflowListInstancesResponseMeta meta) |
WorkflowListInstancesResponse |
WorkflowListInstancesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.