public Workflow GenerateWorkflowFromPreviousJob(string username, string password, string name)
You may find it helpful when building a Workflow instance to process a job using a file of the same format
first through the Data8Online data cleansing website, then use this method to
retrieve the Workflow instance that is generated by the wizard on the website.
After processing a job on the Data8Online website, you can supply the name you assigned to the job to the name
parameter, and this method will return the full workflow definition but with a blank name. In order to use
this workflow definition in another job, give it a unique name and supply the workflow to the
UpdateWorkflow method to save it.