need to change button into link but in process model it is getting stopped


After clicking on  authorize and then submit , this authorization forms disappear and original form appear


I have the above interface ,i want to change this submit button to 'refresh' link like in below pic(2) .

I have changed the code but in the process model it is getting stopped at that user input form. 
In this new interface ,after clicking on authorize and then refresh ,the authorization forms doesn't disappear


Does user input task (authorization) doesn't get submitted until submit value needs to be provided?

for user input task to get submitted it should have only button not link?

can someone please help

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hello  ,

    Firstly, To submit a form there should a button and submit attribute should be set to true.

    Secondly, from your use case what you have mentioned, changing submit button to refresh link - as you are not submitting the form, the flow in the process model is on hold at the user input task waiting for the user to submit the form.

    In this case, if you are able to remove your interface from the process, you can use a!startprocess() to refresh the data and show that on the interface. 

Reply
  • 0
    Certified Lead Developer

    Hello  ,

    Firstly, To submit a form there should a button and submit attribute should be set to true.

    Secondly, from your use case what you have mentioned, changing submit button to refresh link - as you are not submitting the form, the flow in the process model is on hold at the user input task waiting for the user to submit the form.

    In this case, if you are able to remove your interface from the process, you can use a!startprocess() to refresh the data and show that on the interface. 

Children
No Data