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"}
});