Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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 contains the following sub-sections:


  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.