Hi,
I've a rule that is executed with TaskPlanner - AdvancedRuleFlow.
In this rule the goal is to remove a BusinessRole using:
_UserAction.removeEntitlements(sql, tmpEntsBean, user);
this operation generate an EVENT_INTERNAL that as "ruleJobxxxxxxxxxxxxxx" operationCode
The BusinessRole has an ITrole related that is removed also automatically generating an EVENT_OUT event that as same "ruleJobxxxxxxxxxxxxxx" operationCode.
it works well I need to personalize the OperationCode with a specific string eg "MyRuleJobxxxxxxxxxxxxxxxxx"
the method removeEntitlements doesn't provide anyway to define a specific operationCode.
is there any other way to remove the same BusinessRole and specify the my operationCode ?
thanks in advance
N
------------------------------
Nicola Montibelli
------------------------------