Agent User Interface

The user interface of an agent is displayed when you double-click the agent's icon in the Workflow Template. The Workflow Template is responsible for calling different methods in the user interface classes, and the implementations are expected to respond properly. To be able to enter and display data, the DRAgentUI class must be extended. This class will further be referred to as the GUI class.

An extension of DRAgentInspectable is used to notify the Workflow Template about the current template configuration when the user interface is displayed. This class will further be referred to as the Inspectable class. The common data exchange point is an extension of DRAgentConfigData. The Workflow Template provides the GUI and Inspectable classes with information about the workflow as a whole in the DRWfUIEnvironment class.

Agent user interface


This section includes the following subsections: