Introduction - If you have any usage issues, please Google them yourself
public Workflow1()
{
InitializeComponent()
}
public string returnValue = default(System.String)
public string inputMessage = default(System.String)
private void codeActivity1_ExecuteCode(object sender, EventArgs e)
{
this.returnValue = string.Format("You said {0}", inputMessage)
}