test/BigFactorySample2/pipeline/PL_Wait5sec.json
|
{
"name": "PL_Wait5sec", "properties": { "activities": [ { "name": "Wait5", "type": "Wait", "dependsOn": [], "userProperties": [], "typeProperties": { "waitTimeInSeconds": { "value": "@pipeline().globalParameters.GP-Int", "type": "Expression" } } } ], "annotations": [] } } |