User
|
Privileges
|
---|---|
Administrators
|
Administrators can terminate
active workflows or transition them to other users in case of errors
or deadlocks.
|
Workflow template designers
|
Designers can test workflow
behavior outside of the parent application that consumes the workflow
definition.
|
Designated Users
|
Designated users can
perform the following tasks:
|
Attribute
|
Purpose
|
---|---|
HIDE
|
Adding a HIDE attribute
to a data object controls its visibility in SAS Task Manager.
Setting it to 0 allows users to see the data object and value. Setting
it to 1 hides the data object and value. By default, the data object
and its value are displayed.
|
WRITE
|
Adding a WRITE attribute
to a data object lets users edit the data object value in SAS Task Manager.
Setting it to 0 sets the data object value to read-only. Setting it
to 1 enables users to edit the value. By default, the data object
value is read-only.
|
Task Data Object
|
Description
|
---|---|
UI_APP
|
Corresponds to the name
of the application that is invoked.
|
UI_APPMODULE
|
Shows the location of
the .swf file to load.
|
UI_ENABLED
|
Notifies SAS Task Manager
to present the plug-in (0=No, 1=Yes).
|
UI_FORMID
|
Is an optional value
to let the plug-in know what form to show to the user.
|
UI_KEY
|
Displays a value known
by the plug-in and used to fetch the correct data row for display
in the plug-in.
|
UI_SUBJECTAREA
|
Is an optional value
known by the plug-in and typically used to help the plug-in find the
correct external data to display.
|
UI_HOLD
|
Determines whether the
action taken in the plug-in is a final action. The object commits
a record to a target data source or is an action that saves the change
in a temporary location (0=final save, 1=temporary save).
|