"Success" message when process returns

rachel_lomaskyrachel_lomasky Member Posts: 52 Guru
edited November 2018 in Help

I have a process triggered by a button in Server.  It takes about 20 seconds to return.  I'd like to have a message when the user pushes the button saying something like "Processing" and then a message saving "Success" when it completes.  Is this possible?

Best Answer

  • BalazsBaranyBalazsBarany Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
    Solution Accepted

    Hi!

     

    You could try to use an App Object with just one column and one row. When starting the process, you would set the contents to "Processing". When the process is done, it would set it to "Success". 

     

    The easiest way to achieve this is with the "Generate Data by User Specification" and "Publish to App" operators. Then you create a visualisation in the Server and subscribe to the App object.

     

    Regards,

    Balázs

Sign In or Register to comment.