Skip to main content
saurabhs0003
December 14, 2021
Question

how to show a value of a process model in an Interface.

  • December 14, 2021
  • 19 replies
  • 0 views

Hi All, 

I have a process Model where the value of a process variable is being updated internally like status : Success, Error, and so on . I just want to show an error message in an interface  to the user if the value is different from Success. 

    19 replies

    stefanhelzle0001
    Brainy
    December 14, 2021

    Do you have a few more details? What is this interface? What does "updated internally" mean? What errors are we talking about?

    saurabhs0003
    December 14, 2021

    Hi Stefan, 

    Actually i am uploading some excel file to upload and validating that excel through PM , RPA is also included. So after validating  , status is being updated by RPA internaly.

    stefanhelzle0001
    Brainy
    December 14, 2021

    A simple option could be to assign a user input task to a user in case something goes wrong. Another option is to use a process report to display data about these processes on a reporting dashboard.

    Really depends on your use case.