| 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.
|
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 |
|---|---|
WorkflowInstanceCreateRequest |
WorkflowInstanceCreateRequest.meta(WorkflowInstanceCreateMeta meta) |
WorkflowInstanceCreateRequest |
WorkflowInstanceCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.