public class PausedState extends StateBase
processStep| Constructor and Description |
|---|
PausedState(ProcessStepInstanceImplCustomBase processStep) |
| Modifier and Type | Method and Description |
|---|---|
eu.vicci.process.model.sofiainstance.State |
getSimpleState()
Return the simple enum state of this state
|
void |
kill()
Kills a process step and sets its state to killed.
|
void |
resume()
Resumes a process step and sets its state to the state before paused.
|
void |
stop()
Stops a process step
|
deploy, escalate, execute, hasFinishedExecution, pause, portExecutionStateChanged, processExecuted, processReset, reset, workpublic PausedState(ProcessStepInstanceImplCustomBase processStep)
public void kill()
StateBasepublic void resume()
StateBasepublic void stop()
StateBasepublic eu.vicci.process.model.sofiainstance.State getSimpleState()
StateBasegetSimpleState in class StateBaseCopyright © 2018. All rights reserved.