Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Workflow Script Functions
Workflow scripts are created in the Scripting window, under the Workflow group type as VBScripts.They are executed by the Enterprise Architect workflow engine, to manage user input.
You can make use of a range of functions and data structures to develop your scripts.
Access Tools | Scripting
Workflow functions and data structures
Topic |
Detail |
See also |
---|---|---|
Functions for User Input |
These are functions that Enterprise Architect calls to validate and control user input. For each of the functions that Enterprise Architect calls, a set of objects are filled.
|
|
Functions to create a Search |
These are functions that Enterprise Architect calls to create a search with user tasks.
|
|
Workflow Data Structures Enterprise Architect fills
|
These are workflow data structure objects that Enterprise Architect fills. |
|
Workflow Data Structures you fill
|
These are Workflow data structure objects that you can fill. |
|
Functions you call |
These are functions that Enterprise Architect provides for you to call.
|
Notes
· | If you make changes to a workflow script listed in the Scripting window, click on the Refresh Scripts button in the Scripting window toolbar to reload the script with the changes |
Learn more