Return info process complete


Badge +2

Hi,


 I have one asp.net site were the users sumit orders,


When the submit button is press, start one process instance ( Validate order and send email to the service manager) in  the end  the page need to change. 


My problem is, do not know when the order process ended and the result of de process(true or false in validation).


Im new in K2,


Thanks.


2 replies

Badge +10

Is the result you are looking for a situation where the ASP.net page displays the status of the workflow?  What information would you like to display?  How will users navigate to this page during the process?  A link via email etc?

Badge +2

Is the result you are looking for a situation where the ASP.net page displays the status of the workflow? 


          i dont need to display the status only when  complete to change the page


What information would you like to display? 


            i need to return a boolean


How will users navigate to this page during the process? 


  this page  start the process.


inside the process there are no pages


 The page is waiting for result of the workflow, to display if de submit is aprove or reject.


A link via email etc?


the email is to notify the manager only if is aproved.


schema:


user -> submit page ->( system analising the order ) -> result page


                                       page is waiting                   


 

Reply