let name = arg["name"] output name
// Execute var result = SimpleflowEngine.Run(script, new Dictionary<string, string> { {"name", "John" }, {"city", "LA" }, {"state", "California" } }); var name = result.Output["name"];