public interface GenericWorkflowClientExternal
Modifier and Type | Method and Description |
---|---|
String |
generateUniqueId() |
Map<String,Integer> |
getImplementationVersions(WorkflowExecution execution)
Gets the implementation versions for workflow component
|
String |
getWorkflowState(WorkflowExecution execution) |
void |
requestCancelWorkflowExecution(WorkflowExecution execution) |
void |
signalWorkflowExecution(SignalExternalWorkflowParameters signalParameters) |
WorkflowExecution |
startWorkflow(StartWorkflowExecutionParameters startParameters) |
void |
terminateWorkflowExecution(TerminateWorkflowExecutionParameters terminateParameters) |
WorkflowExecution startWorkflow(StartWorkflowExecutionParameters startParameters)
void signalWorkflowExecution(SignalExternalWorkflowParameters signalParameters)
void requestCancelWorkflowExecution(WorkflowExecution execution)
String getWorkflowState(WorkflowExecution execution)
Map<String,Integer> getImplementationVersions(WorkflowExecution execution)
execution
- the workflow execution to get implementation versions forWorkflowContext.isImplementationVersion(String, int)
void terminateWorkflowExecution(TerminateWorkflowExecutionParameters terminateParameters)
String generateUniqueId()
Copyright © 2025. All rights reserved.