Scheduled Workflow passing parameters

Hi Team. 

So i have a single Powershell script that has this line in it. 

$AzureLocation = $Task.DirObj.Parameters.Value("AzureLocation").Value

I am then using multiple scheduled tasks and passing the value for AzureLocation to it.

I have started to see the light on using Scheduled Workflows and much prefer the extra flexibility of doing that. What i am not sure on

1) What is the Work flow equivalent of using $AzureLocation = $Task.DirObj.Parameters.Value("AzureLocation").Value

Thanks in advance 

Top Replies