WFProcessViewer

The implementation of this Web Control shows the real-time status of a process instance on the page.

The control displays the process image and the status of activities in the AgilePoint process. A pop-up displays activity information for the current running activity.

Properties

Field Name Definition
ProcessImageCacheFolder

The folder on the machines file system that will be used to store the process image. If a folder is not already created, one will be created for you. You can name the folder as desired. This folder path must be to a sub folder and formatted as a relative path to the AgilePoint Web Application virtual folder. It cannot be a special site folder, such as App_Code or Bin.

Note: The path must start with ~/.
Note: Only one process image file will be created for one released process model.

Inherits

  • System.Web.UI.WebControls.WebControl
  • System.Web.UI.ICallbackEventHandler

Usage

  • A single page can not contain more than one WFProcessViewer.
  • It is required to drag the WFProcessViewer control into a .aspx page that inherits the Ascentn.Workflow.WebControls.WFWorkSheetPage class.