Skip to main content
September 13, 2022
Question

How to use value process variable in to Interface

  • September 13, 2022
  • 7 replies
  • 0 views

Hi,

I have process model with process variable value like below

if i wanna use  process variable for rule input in interface?

Must I do?

Thanks 

    7 replies

    harshitb6843
    September 13, 2022

    Map a user input task with a similar type RI. Pass this PV in that RI in the forms tab of the UIT.

    puneets0004
    September 13, 2022

    Yes, you can call the Process Model in the saveInto with the help of a!startProcess and pass the Process Model and Process Parameter which you have created in your PM as Process Variable.

    khuud0002Author
    September 13, 2022

    I try, but it don't receive value form process model

    stewart.burchell
    September 13, 2022

    I put this together to visually explain how data can be made to flow from a Process to a User Interface (and back again if required):

    This should help you with the conceptual model of how it works, and give you an insight in where to look to solve your issue.