public class MistralWorkflowExecution extends BaseExecution implements WorkflowExecution
| Modifier and Type | Class and Description |
|---|---|
static class |
MistralWorkflowExecution.MistralWorkflowExecutionBuilder
Mistral workflow execution builder.
|
static class |
MistralWorkflowExecution.MistralWorkflowExecutions |
BaseExecution.BaseExecutionBuilder<T extends ExecutionBuilder<T,M>,M extends BaseExecution>Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
MistralWorkflowExecution() |
| Modifier and Type | Method and Description |
|---|---|
static MistralWorkflowExecution.MistralWorkflowExecutionBuilder |
builder() |
Map<String,Object> |
getInput() |
Map<String,Object> |
getOutput() |
Map<String,Object> |
getParameters() |
String |
getTaskExecutionId() |
MistralWorkflowExecution.MistralWorkflowExecutionBuilder |
toBuilder() |
String |
toString() |
getCreatedAt, getDescription, getId, getState, getStateInfo, getTags, getUpdatedAt, getWorkflowNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCreatedAt, getDescription, getId, getState, getStateInfo, getTags, getUpdatedAt, getWorkflowNamepublic static MistralWorkflowExecution.MistralWorkflowExecutionBuilder builder()
public MistralWorkflowExecution.MistralWorkflowExecutionBuilder toBuilder()
toBuilder in interface Buildable<ExecutionBuilder>public Map<String,Object> getParameters()
getParameters in interface WorkflowExecutionpublic Map<String,Object> getInput()
getInput in interface WorkflowExecutionpublic Map<String,Object> getOutput()
getOutput in interface WorkflowExecutionpublic String getTaskExecutionId()
getTaskExecutionId in interface WorkflowExecutionCopyright © 2019. All rights reserved.