Class TransactionDependentTaskListenerExecutionScope


  • public class TransactionDependentTaskListenerExecutionScope
    extends Object
    Author:
    Yvo Swillens
    • Field Detail

      • processInstanceId

        protected final String processInstanceId
      • executionId

        protected final String executionId
      • task

        protected final org.flowable.bpmn.model.Task task
      • executionVariables

        protected final Map<String,​Object> executionVariables
      • customPropertiesMap

        protected final Map<String,​Object> customPropertiesMap
    • Constructor Detail

      • TransactionDependentTaskListenerExecutionScope

        public TransactionDependentTaskListenerExecutionScope​(String processInstanceId,
                                                              String executionId,
                                                              org.flowable.bpmn.model.Task task,
                                                              Map<String,​Object> executionVariables,
                                                              Map<String,​Object> customPropertiesMap)
    • Method Detail

      • getProcessInstanceId

        public String getProcessInstanceId()
      • getExecutionId

        public String getExecutionId()
      • getTask

        public org.flowable.bpmn.model.Task getTask()
      • getExecutionVariables

        public Map<String,​Object> getExecutionVariables()
      • getCustomPropertiesMap

        public Map<String,​Object> getCustomPropertiesMap()