IBM Verify

IBM Verify

Join this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

set OperationCode for task generated from AdvancedRule

  • 1.  set OperationCode for task generated from AdvancedRule

    Posted 2 days ago

    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
    ------------------------------