Can we write rule in Workflows ISC

Hi

do we any possiblity of writing rules in Workflows in IdentityNow?
appreciate the suggestions.

Thanks
Prashanth

I don’t think we have capability to write rule in workflow directly.

We can’t write a bean shell base rule or script in ISC workflows.

1 Like

Hi @PrashRV

Workflow as a feature is quite powerful and can be mixed with some code to achieve complex scenarios but not entirely pure code if that what you mean:

Hope this helps :slight_smile:

Maybe, kinda…it’s hacky…and not ‘rule’ in the traditional IIQ sense, depends on what you want to do.

  1. Have an email step in your workflow.
  2. In the email, it will need to contain velocity scripts.
  3. The velocity script can call Java classes.
  4. From there, you can potentially call JShell, ScriptEngine or something I guess.
  5. The email step doesn’t need to actually send an email, it just need to evaluate.
1 Like

Direct answer to this is No. However, if you explain your requirement community can provide you alternative options

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