public void SubmitJob(string username, string password, string jobName, string formatName, string workflowName, int uploadId)
In order to submit a new job, you must have previously defined a file format using the File Format Store
web service and a workflow definition using the Workflow Store web service. You must also have uploaded
the data to cleanse using the Upload Manager web service. Finally, you must generate a unique name to
identify the job.
To submit a job, call this method supplying your unique name for the job as the jobName parameter. Pass the name of your previously
defined file format as the formatName parameter, and the name of your previously defined workflow definition as the workflowName
parameter. Pass the identifier for your uploaded data as returned from the StartUpload method
as the uploadId method.
After using this method to submit your data cleansing job, you can monitor its progress using the
GetJobDetails method. Once this method indicates that the data cleansing job has finished, you
can start requesting the results from it.