Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionApi.signalExecution(String id,
ExecutionTriggerDto executionTriggerDto)
Trigger Execution
Signals an execution by id.
|
okhttp3.Call |
ExecutionApi.signalExecutionAsync(String id,
ExecutionTriggerDto executionTriggerDto,
ApiCallback<Void> _callback)
Trigger Execution (asynchronously)
Signals an execution by id.
|
okhttp3.Call |
ExecutionApi.signalExecutionCall(String id,
ExecutionTriggerDto executionTriggerDto,
ApiCallback _callback)
Build call for signalExecution
|
ApiResponse<Void> |
ExecutionApi.signalExecutionWithHttpInfo(String id,
ExecutionTriggerDto executionTriggerDto)
Trigger Execution
Signals an execution by id.
|
void |
ExecutionApi.triggerEvent(String id,
String messageName,
ExecutionTriggerDto executionTriggerDto)
Trigger Message Event Subscription
Delivers a message to a specific execution by id, to trigger an existing message event subscription.
|
okhttp3.Call |
ExecutionApi.triggerEventAsync(String id,
String messageName,
ExecutionTriggerDto executionTriggerDto,
ApiCallback<Void> _callback)
Trigger Message Event Subscription (asynchronously)
Delivers a message to a specific execution by id, to trigger an existing message event subscription.
|
okhttp3.Call |
ExecutionApi.triggerEventCall(String id,
String messageName,
ExecutionTriggerDto executionTriggerDto,
ApiCallback _callback)
Build call for triggerEvent
|
ApiResponse<Void> |
ExecutionApi.triggerEventWithHttpInfo(String id,
String messageName,
ExecutionTriggerDto executionTriggerDto)
Trigger Message Event Subscription
Delivers a message to a specific execution by id, to trigger an existing message event subscription.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTriggerDto |
ExecutionTriggerDto.putVariablesItem(String key,
VariableValueDto variablesItem) |
ExecutionTriggerDto |
ExecutionTriggerDto.variables(Map<String,VariableValueDto> variables) |
Copyright © 2022. All rights reserved.