debugging process

Hi everyone 

i have a process that start a form and i need to fill it each time when i debugging the process .

there is a way to pre fill the form and debug the process and not all the time fill the form and debugg it ??? 

  Discussion posts and replies are publicly visible

Parents
  • Hi there,

    In order to pre-fil it, you will have to store that data in the process variables. Stewart already mentioned one approach you can use. Another one can be, you can add a dummy UIT in your process, after the start node, which will just be a copy of the original interface/form mapped in the start form. 
    That way, when you start a process and submit from the start node, you will have another UIT (user input task) that you can open and submit if you do not want to change any data, and restart that node every time you want to debug the flow again. 

    When you are done with testing, remove that dummy UIT and everything will work as expected. 

Reply
  • Hi there,

    In order to pre-fil it, you will have to store that data in the process variables. Stewart already mentioned one approach you can use. Another one can be, you can add a dummy UIT in your process, after the start node, which will just be a copy of the original interface/form mapped in the start form. 
    That way, when you start a process and submit from the start node, you will have another UIT (user input task) that you can open and submit if you do not want to change any data, and restart that node every time you want to debug the flow again. 

    When you are done with testing, remove that dummy UIT and everything will work as expected. 

Children
No Data