enroleworkflow.properties
The enroleworkflow.properties file specifies the XML file mappings for system-defined workflows.
A workflow is a process that specifies the flow of operations that involve business operations and human interactions. A workflow design defines the manner in which a particular business logic is processed. The XML files specified in the enroleworkflow.properties file implement workflow designs.
The system workflow is identified by a unique type ID and an associated XML file. The XML workflow files are in the following directory.
\data\workflow_systemprocess
Do not remove or modify the default system workflow type IDs and XML file values in the enroleworkflow.properties file.
The updating of the following XML files is not supported.
Properties used to configure IBM Security Identity Manager workflows.
Policy enforcement workflow enrole.workflow.PS=enforcepolicyforservice.xml Account fulfillment for noncompliant accounts workflow enrole.workflow.EN=fulfillpolicyforaccount.xml Service selection management workflow enrole.workflow.SA=addserviceselectionpolicy.xml enrole.workflow.SC=changeserviceselectionpolicy.xml enrole.workflow.SD=removeserviceselectionpolicy.xml Provisioning policy management workflow #Add policy enrole.workflow.PA=addpolicy.xml #Modify policy enrole.workflow.PC=changepolicy.xml #Delete policy enrole.workflow.PD=removepolicy.xml #User BU change enrole.workflow.UO=userbuchange.xml Reconciliation workflow enrole.workflow.RC=reconciliation.xml enrole.workflow.HR=hrfeed.xml Dynamic role workflow #Add dynamic role enrole.workflow.DA=adddynamicrole.xml #Modify dynamic role enrole.workflow.DC=changedynamicrole.xml #Delete dynamic role enrole.workflow.DD=removedynamicrole.xml #Import Policy Enforcement enrole.workflow.PE=importpolicyenforcement.xml #Process Lifecycle Rule enrole.workflow.LC=lifecyclerule.xml Parent topic: Supplemental property files