Skip to main content
April 24, 2023
Question

Showcase of RPA progress in Appian interface

  • April 24, 2023
  • 6 replies
  • 0 views

Hi,

    I have a complete flow of RPA process and I need the progress of the flow to be showcased in the interface created automatically. How can I achieve this?

    6 replies

    April 24, 2023

    If you are thinking of showing a progress bar which would refresh continuously on the basis of RPA execution progress then I'm afraid there is a possibility to implement that. You can instead show status icons by getting execution results from get robotic task results API by providing executionId of the task to it.

    April 25, 2023

    Can I know to call API from interface in Appian?

    April 25, 2023

    You must have already created a CS to execute Robotic task, using the same create an integration with operation "Retrieve Execution Results" and call this in the interface.

    abhisheks0018
    April 25, 2023

    Store the status of of RPA status in a table , use QRT/QE as a refresh local variable  then use progress bar/gauge component to show the status.