public class ExecutedState extends StateBase
processStep| Constructor and Description |
|---|
ExecutedState(ProcessStepInstanceImplCustomBase processStep) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute()
Executes the process step and sets its state t o active, if not all
startports are active or to executing, if all startports are active.
|
eu.vicci.process.model.sofiainstance.State |
getSimpleState()
Return the simple enum state of this state
|
boolean |
hasFinishedExecution()
Gets the information, whether the process step is finished or has to do
more operations.
|
void |
processReset(ProcessStepInstanceImplCustom process) |
void |
reset()
Resets the process state and the states from all substeps
|
deploy, escalate, kill, pause, portExecutionStateChanged, processExecuted, resume, stop, workpublic ExecutedState(ProcessStepInstanceImplCustomBase processStep)
public boolean execute()
StateBasepublic void reset()
StateBasepublic void processReset(ProcessStepInstanceImplCustom process)
processReset in class StateBasepublic eu.vicci.process.model.sofiainstance.State getSimpleState()
StateBasegetSimpleState in class StateBasepublic boolean hasFinishedExecution()
StateBasehasFinishedExecution in class StateBaseCopyright © 2018. All rights reserved.