Setting up a parameter to work across multiple workflows
Hi,
I have a workflow parameter that feeds into both a column and and export.
The problem I have is that the export is on a secondary workflow that is triggered by a fire event if it has rows.
I have tried to add the parameter to the custom event and added the workflow parameter to both workflows, however I am struggling to get it to pull through.
Is there any advice on how to get this to work.
Thanks
Answers
-
Hi Heather
It sounds like you are close to getting this working.
This would be easier with a reusable workflow, "Values for Workflow parameters used in the child Workflow can be passed in from the parent Workflow if the Runtime configurable setting is enabled." https://docs.experianaperture.io/data-quality/aperture-data-studio-v2/collaborate-and-re-use-data/re-use-workflows/
However, using the Custom Event parameter in the Fire Event step should also be possible, by setting it to equal the first workflow parameter
Then in the notification set the second workflow parameter to equal the custom event value:
1