I have a state machine workflow with two states - Employee Request - Manager Approval
In Employee request I save the request to the database through code activity and genereate a request number
How I get those outputs after calling WorkflowApplication.Run()
You will need to setup callbacks to WorkflowApplication actions:
Then implement OnApplicationCompleted like this:
All of this is covered on this page: http://msdn.microsoft.com/en-us/library/dd560894%28v=vs.110%29.aspx