Workflow data
Workflow data consists of the information that is input to and output from the activities that comprise the workflow. The following types of data are used to build workflows:
- Relevant data objects
- JavaScript variables
- Workflow context objects
- Relevant data
Relevant data defines global variable data for the workflow process.- Workflow data in JavaScript code
Data items that represent IBM Security Identity Manager entities are represented in JavaScript code as DirectoryObject objects.Parent topic: Workflow planning