🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Success" message when process returns

User: "rachel_lomasky"
New Altair Community Member
Updated by Jocelyn

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?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "BalazsBaranyRM"
    New Altair Community Member
    Accepted Answer

    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