| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstanceCreateResponse |
WorkflowAutomationApi.createWorkflowInstance(String workflowId,
WorkflowInstanceCreateRequest body)
Execute a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<WorkflowInstanceCreateResponse> |
WorkflowAutomationApi.createWorkflowInstanceAsync(String workflowId,
WorkflowInstanceCreateRequest body)
Execute a workflow.
|
ApiResponse<WorkflowInstanceCreateResponse> |
WorkflowAutomationApi.createWorkflowInstanceWithHttpInfo(String workflowId,
WorkflowInstanceCreateRequest body)
Execute the given workflow.
|
CompletableFuture<ApiResponse<WorkflowInstanceCreateResponse>> |
WorkflowAutomationApi.createWorkflowInstanceWithHttpInfoAsync(String workflowId,
WorkflowInstanceCreateRequest body)
Execute a workflow.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstanceCreateResponse |
WorkflowInstanceCreateResponse.data(WorkflowInstanceCreateResponseData data) |
WorkflowInstanceCreateResponse |
WorkflowInstanceCreateResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.