public class ExecutingState extends StateBase
processStep| Constructor and Description |
|---|
ExecutingState(ProcessStepInstanceImplCustomBase processStep) |
| Modifier and Type | Method and Description |
|---|---|
void |
escalate() |
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
|
void |
portExecutionStateChanged(eu.vicci.process.model.sofiainstance.PortInstance port) |
void |
processExecuted(ProcessStepInstanceImplCustom process)
Informs this process that a sub process or a other process, which has the
current process registered as a listener, has finished execution
|
deploy, hasFinishedExecution, kill, pause, processReset, reset, resume, stop, workpublic ExecutingState(ProcessStepInstanceImplCustomBase processStep)
public boolean execute()
StateBasepublic void processExecuted(ProcessStepInstanceImplCustom process)
StateBaseprocessExecuted in class StateBasepublic void portExecutionStateChanged(eu.vicci.process.model.sofiainstance.PortInstance port)
portExecutionStateChanged in class StateBasepublic eu.vicci.process.model.sofiainstance.State getSimpleState()
StateBasegetSimpleState in class StateBaseCopyright © 2018. All rights reserved.