Activity.subtype

The field represents the subtype of the activity.

Availability
IBM Security Identity Manager 7.0.

Synopsis
activity.subtype

Description
This read-only field is a code string that further categorizes the activity beyond the type of the activity, such as approval or request for information. This is defined in the workflow designer. Not all activities have a subtype. If there is no subtype associated with the activity, this member is empty. The currently supported subtypes are:
  • AP for approval
  • RI for request for input
  • WO for work order

Usage
x = activity.subtype;

Parent topic: Activity