Interface StepExecutionItem
-
- All Known Subinterfaces:
ConfiguredStepExecutionItem,ExecCommandExecutionItem,HandlerExecutionItem,JobExecutionItem,NodeStepExecutionItem,ScriptFileCommandExecutionItem,WorkflowExecutionItem
- All Known Implementing Classes:
BaseExecutionItem,ExecCommand,ExecCommandBase,JobRefCommand,JobRefCommandBase,JobReferenceItem,NodeDispatchedWorkflowExecutionItemImpl,ScriptFileCommand,WorkflowExecutionItemImpl
public interface StepExecutionItemStepExecutionItem is the base interface for any step execution item to be submitted to the ExecutionService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLabel()java.lang.StringgetType()
-