Pass variable to Sub Workflow
I would like to call a subworkflow from a campaign, send the campaign internal name to the subworkflow, and pull that into the subworkflow query which builds a report for that campaign that was passed to it.


What code can I add to the subworkflow script that would pull instance.operation.internalName
and then what code do I need in the Javascript activity in the subworkflow to pull out that internal name and pass it to the query?


Matthew