1 Reply Latest reply on Feb 2, 2018 1:15 AM by abhijithumbe

    JBPM start signal event

    akathar1

      Hi all,

       

      I am new to JBPM. I am using JBPM 6.4.

      I am trying to trigger a start signal event through a script task.

      the script I am using is :

       

      kcontext.getKieRuntime().signalEvent(

        "signalTest","data", kcontext.getProcessInstance().getId());

       

      where signalTest is the value of SignalRef and the dataoutput is a processVar which is string.

      Can anyone help me what am I doing wrong here ?