The Update Process Attributes Tool Agent
The Update Process Attributes tool agent presents a user interface to
capture new values for process instance attributes from a workflow
participant.
Repository Metadata
An Update Process Attributes tool agent metadata entry contains:
<update-process-attributes ...>
...
<formal-parameters>
<formal-parameter .../>+
</formal-parameters>
<title ... />?
<height ... />?
<width ... />?
<status ... />?
<toolbar ... />?
<menubar ... />?
<location ... />?
<scrollbars ... />?
</update-process-attributes>
- formal-parameters
- The list of parameters and their types, typically containing just one varargs-style entry.
- title
- The title to display on the data entry interface.
- height
- The height of the form window in pixels (ignored in console mode).
- width
- The width of the form window in pixels (ignored in console mode).
- status
- true to display a status bar, false to hide it (ignored in console mode).
- toolbar
- true to display a toolbar, false to hide it (ignored in console mode).
- menubar
- true to display a menubar, false to hide it (ignored in console mode).
- location
- true to display the document location bar, false to hide it (ignored in console mode).
- scrollbars
- true to display scrollbars, false to hide them (ignored in console mode).