public interface ProcessContext extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStopped()
Is the process stopped
|
void |
setSeedData(Object seedObject)
Provide seed information to this ProcessContext, usually
provided at time of workflow kickoff by the containing
workflow processor.
|
boolean |
stopProcess()
Activly informs the workflow process to stop processing
no further activities will be executed
|
boolean stopProcess()
boolean isStopped()
void setSeedData(Object seedObject)
seedObject - - initial seed data for the workflowCopyright © 2014. All Rights Reserved.