Get Workflow POV in an extender Business Rule
Is it possible to get the current WF POV in an extender business rule? Would anyone have an example of doing this?
Thanks,
Scott
Is it possible to get the current WF POV in an extender business rule? Would anyone have an example of doing this?
Thanks,
Scott
Hi
You should be able to derive this from SessionInfo e g
Dim wfClusterPk As WorkflowUnitClusterPk = si.WorkflowClusterPk
From this object you can get workflow profile key, workflow scenario key and workflow time key
Alternatively if calling the Extender BR from a Data Management step, for example you can pass in WF or POV Substitution Variables as Name Value Pairs
E.g WFProfile=[|WFProfile|], WFScenario=[|WFScenario|], WFTime=[|WFTime|], etc
Hope this helps
Sam
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.