IMPORTANT: Don't miss our expanded TechEd conference, October 23-24, 2024 in Las Vegas. Gain more in-depth technical knowledge, and take a deeper dive into the nuts and bolts of AI, automation, and the UiPath platform. Register now.
var result =RunWorkflow("BusinessProcess\\CodedResetAssetValue.cs",newDictionary<string, object>(){{"assetName","MyAsset"},{"assetValue","hello world"}});var result = RunWorkflow("BusinessProcess\\CodedResetAssetValue.cs", new Dictionary<string, object>()
{
{"assetName", "MyAsset"},
{"assetValue", "hello world"}
});