1 Reply Latest reply on Mar 4, 2013 6:17 AM by shizanu

    bpmn process 1 interaction with bpmn process 2

    sailukar

      Newly started working on jbpm tool. Need to know how can a process say "proc1" interacts with another process say "proc2" in jbpm, is this possible in jbpm. Here iam not talking about process communicating with subprocesses. Please direct me towards any guide or any manual to realize the desired, if it is possible.

        • 1. Re: bpmn process 1 interaction with bpmn process 2
          shizanu

          I guess you want to look at intermediate signal events (throwing and catching). They allow you to signal between processes and attach an object to that signal.

           

          The signalRef property allows you to give your signal an ID, your catching event needs to have the same signalRef attribute to respond to that signal.

          The event attribute allows you to attach an object from your process variables.