Get the name of the workflow for which you want to load data
Hello everyone,
We currently have a data import from Oracle that retrieves data from the active workflow entity.
We would like to be able to schedule an import via the OneStream calendar for all of our companies; however, the data retrieved from Oracle always corresponds to that of the active workflow entity.
Example:
Import workflows selected in the calendar: E10, E11, E12…
Import workflow names: E10_Import_Oracle / E11_Import_Oracle / E12_Import_Oracle
Workflow displayed to the user: E10
During the import, the stages of these three workflows all contain data from E10, which causes the transformation rules for E11 and E12 to fail, but not for E10.
How can I retrieve the name of each workflow being used for the import so that the script can send the entity code to Oracle via the API?
During the E10_Import_Oracle load: API script = requests data from entity E10
During the E11_Import_Oracle load: API script = requests data from entity E11
…
Thank you for your help
