Can we use the output of a decision table to trigger a process model?

 

Using the above decision table, how do we use the output of the decision table in an expression rule to trigger a process model? Where can the output of the decision table be saved each time, to be used in an expr rule to trigger a process model? 

 

Thanks in advance!!

  Discussion posts and replies are publicly visible

Parents
  • Hi Apoorvam0001,

    For calling above rule to call the process model,

    we have to create the process model, in that

    please follow below steps

    1. Need to create a process variable of type of process model.
    2. Place the above rule into script task and pass the necessary and save the output into the process variable of type process model
    3. Then place start process smart service, in that 2 inputs once is process model and parameters
    u can pass process model variable to process model input and pass parameters if reqiured

    then respective process model will trigger.

    Hope it will help to you

    Regards,
    Bhanu Prakash.
Reply
  • Hi Apoorvam0001,

    For calling above rule to call the process model,

    we have to create the process model, in that

    please follow below steps

    1. Need to create a process variable of type of process model.
    2. Place the above rule into script task and pass the necessary and save the output into the process variable of type process model
    3. Then place start process smart service, in that 2 inputs once is process model and parameters
    u can pass process model variable to process model input and pass parameters if reqiured

    then respective process model will trigger.

    Hope it will help to you

    Regards,
    Bhanu Prakash.
Children
No Data