public interface TaskExecution extends Execution
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getEnvironment() |
String |
getName() |
Map<String,Object> |
getPublished() |
Object |
getResult() |
Map<String,Object> |
getRuntimeContext() |
String |
getType()
TODO: do we need a enum for task types?
|
String |
getWorkflowDefinitionId() |
String |
getWorkflowExecutionId() |
Boolean |
isProcessed() |
Boolean |
isReset() |
getCreatedAt, getDescription, getId, getState, getStateInfo, getTags, getUpdatedAt, getWorkflowNameString getName()
String getType()
String getWorkflowDefinitionId()
String getWorkflowExecutionId()
Object getResult()
Map<String,Object> getPublished()
Boolean isProcessed()
True if this task is fully processed (all decisions made based on its result).Boolean isReset()
True if "reset" flag of the task execution is set and its action
executions should be dropped when rerunning the task.Copyright © 2019. All rights reserved.