public class TransactionDependentTaskListenerExecutionScope extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
customPropertiesMap |
protected String |
executionId |
protected Map<String,Object> |
executionVariables |
protected String |
processInstanceId |
protected org.flowable.bpmn.model.Task |
task |
| Constructor and Description |
|---|
TransactionDependentTaskListenerExecutionScope(String processInstanceId,
String executionId,
org.flowable.bpmn.model.Task task,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getCustomPropertiesMap() |
String |
getExecutionId() |
Map<String,Object> |
getExecutionVariables() |
String |
getProcessInstanceId() |
org.flowable.bpmn.model.Task |
getTask() |
protected final String processInstanceId
protected final String executionId
protected final org.flowable.bpmn.model.Task task
Copyright © 2017 Flowable. All rights reserved.