Refer a Rule in a Workflow

Which IIQ version are you inquiring about?

Version 8.3

Is this question regarding a custom connector? If so, please share relevant details below.

No, this question is not regarding a custom connector.

Share all details related to your problem, including any error messages you may have received.

Hi Team,

I’m new to sailpoint and in the learning phase. I was wondering if there is a way I can refer a rule in my workflow source xml . I know we can refer another rule in a rule using ReferencedRules tag. Is there a way we can do that in a workflow?
Thanks in advance

Hi @NissyM,

You can refer rules in workflows using the RuleLibraries tag. Example below.

  <RuleLibraries>
      <Reference class="sailpoint.object.Rule" name="Workflow Approval Library" />
  </RuleLibraries>

A real live example in your own environment:

  • Open debug
  • Object Type: Workflow
  • Open workflow: Approve and Provision Subprocess

    (example from IIQ version 8.3)

– Remold

Thankyou Jarin. I am going to try this one.

Thankyou Remold, that’s makes it easy to lookup.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.