Class CaseDynamicSubprocessEvent


  • public class CaseDynamicSubprocessEvent
    extends CaseEvent
    Represents occurrence of dynamic subprocess add to case operation
    • Method Detail

      • getData

        public Map<String,​Object> getData()
        Returns parameters used when starting sub process instance
      • getProcessId

        public String getProcessId()
        Returns process id of the subprocess to be started
      • getProcessInstanceId

        public long getProcessInstanceId()
        Returns process instance id of the parent process where subprocess is added to
      • getSubProcessInstanceId

        public long getSubProcessInstanceId()
        Returns subprocess instance id after it was started. This information might not be available before the subprocess was actually started - meaning in before* methods of the listener.