Class TransactionDependentTaskListenerExecutionScope


  • public class TransactionDependentTaskListenerExecutionScope
    extends Object
    • Field Detail

      • processInstanceId

        protected final String processInstanceId
      • executionId

        protected final String executionId
      • task

        protected final 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,
                                                              Task task,
                                                              Map<String,​Object> executionVariables,
                                                              Map<String,​Object> customPropertiesMap)
    • Method Detail

      • getProcessInstanceId

        public String getProcessInstanceId()
      • getExecutionId

        public String getExecutionId()
      • getTask

        public Task getTask()
      • getExecutionVariables

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

        public Map<String,​Object> getCustomPropertiesMap()