Displaying a view (or an image) of an active process in an interface

Hi all,

Please how can I display a view of an active process in an interface?  We are looking to show initiators of a particular process a view of the process so they can see how the request is tracking along.  See screenshot attached.  If possible, we would like to create a tab in the summary view in a record, and in that tab, show an image of the process.  Suppose we have the process id stored in a CTD, can we use the process ID to call up an image (or view) of the process like the image below?

Thanks

  Discussion posts and replies are publicly visible

Parents
  • Hi - I would recommend you use some of the out of the box components such as the a!milestoneField(). Remember that an Appian application is a technical implementation of a set of business requirements and exposing this to an end-user may not communicate anything particularly meaningful to them. If(as in your example) the process is a background one (asynchronous to the User) you could add periodic updates of a status to a database table, and use an auto-refreshing interface to track the progress. Note that this only makes where the background process runs for quite some time as the fastest you can currently auto-refresh an interface is every 30 seconds.

Reply
  • Hi - I would recommend you use some of the out of the box components such as the a!milestoneField(). Remember that an Appian application is a technical implementation of a set of business requirements and exposing this to an end-user may not communicate anything particularly meaningful to them. If(as in your example) the process is a background one (asynchronous to the User) you could add periodic updates of a status to a database table, and use an auto-refreshing interface to track the progress. Note that this only makes where the background process runs for quite some time as the fastest you can currently auto-refresh an interface is every 30 seconds.

Children