ProcessData
The object represents the workflow process data entity.
- Availability
-
IBM® Tivoli® Identity Manager 4.x
IBM Tivoli Identity Manager 5.x
IBM Security Identity Manager 6.x
IBM Security Identity Manager 7.0.
Workflow context - Provided by
- com.ibm.itim.workflow.script.WorkflowExtension
- Methods
-
- get()
- Returns a JavaScript object that represents the value of the relevant data item.
- set()
- Changes the value of the relevant data item.
- Description
- Each workflow process has a set of relevant data, or process specific parameters, which can be
read or changed from within a workflow script. The name and syntax of these parameters, or relevant
data items, are defined in the workflow designer, and are typically specific to the workflow process
purpose. For example, when adding a user, an object that holds all the attributes of the new user
can be a relevant data item. However, when deleting a user, the only needed relevant data item can
be the distinguished name of the user to delete.
Each relevant data item will be represented in the workflow script as a variable with the same relevant data ID as defined in the workflow designer.