Variables in a Dictionary sent to a process

Hi all.

I have a script that is fed a bunch of parameters via API and I put all of those in a dictionary. The dictionary is then sent to a custom process.

In this custom process I would like to start a process step depending on a variable in this dictionary, but I can't figure it out.

I've tried 'values("Action") = $pc(Action)$' in the process "Pre-script for generation" and then 'Dim Action As String = CStr(values("Action"))' in generating condition on the actual process step, but I've also put 'values("Action") = $pc(Action)$' in the process steps' "Pre-script for generation"

The end result is that the process is never run.

Identity Manager version: 8.2

Parents
  • Hi Henrik,

    I would approach this either using the debugger in Visual Studio or if that is not an option I would use VID_Write2Log in various places so that I can see/know what values I have / am getting in the process.

    Of course there is the simulation option in Designer/ObjectBrowser ..... that may also help.

    HTH, Barry.

Reply
  • Hi Henrik,

    I would approach this either using the debugger in Visual Studio or if that is not an option I would use VID_Write2Log in various places so that I can see/know what values I have / am getting in the process.

    Of course there is the simulation option in Designer/ObjectBrowser ..... that may also help.

    HTH, Barry.

Children
No Data