Forum Discussion

ssmith-nova's avatar
ssmith-nova
New Contributor III
2 months ago
Solved

Execute a Workflow multiple times with different periods from a BR

I am trying to automate a yearly load of data from a business rule.  I want the rule to loop through a set of periods and run a specific workflow for that period.  The workflow uses a connector rule ...
  • sameburn's avatar
    2 months ago

    Hi ssmith-nova 

    If you derive the WorkflowUnitClusterPk from the Transformer api in the connector rule (rather than deriving this from SessionInfo), this will enable you to control, the WFProfile, Scenario and Time in your logic, as desired

    Hope this helps

    Sam