Context.getProcessType()
The method returns the type of the request that triggers the custom workflow process.
- 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.
- Synopsis
context.getProcessType()
- Returns
- String
- Description
- This member function returns the type of the request that triggers the custom workflow process.
The function returns
NEWACCOUNT
orACCOUNTDATACHANGE
. - Usage
if (context.getProcessType() == context.NEWACCOUNT) {...