The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
ssmith-nova
1 year agoContributor
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 ...
- 1 year 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
sameburn
OneStream Employee
1 year agoIf you are controlling the scenario and Time (in terms of what you are executing via batch harvest), you should be able to persist these values for the rest of your logic?
I recommend having a look at the batch harvest section in design & reference to demystify.
Taking Scenario and Time from wfClusterPK will always default to where you are logged into in OnePlace (SessionInfo)
Thanks
Related Content
- 1 year ago
- 2 years ago