public interface ProcessContext<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
T |
getSeedData()
Returns the seed information
|
boolean |
isStopped()
Is the process stopped
|
void |
setSeedData(T 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(T seedObject)
seedObject
- - initial seed data for the workflowT getSeedData()
Copyright © 2020. All rights reserved.