public interface WorkflowExecutionContext
WorkflowApplication| Modifier and Type | Method and Description |
|---|---|
ActivityEntity |
getActivityEO()
Returns the activity currently executing.
|
Activity |
getActivityVO()
Returns the value object of the activity currently executing.
|
WorkflowProcessEntity |
getProcessEO()
Returns the process currently executing.
|
ProcessManager |
getProcessManager()
Returns the manager of the process.
|
WorkflowProcess |
getProcessVO()
Returns the value object of the process currently executing.
|
ProcessManager getProcessManager()
WorkflowProcess getProcessVO()
WorkflowProcessEntity getProcessEO()
Activity getActivityVO()
ActivityEntity getActivityEO()