executeAsynchronousJob
This web service performs the asynchronous job execution. The execution is asynchronous because the service does not wait for the job to complete before it obtains the job output. The service returns a job token, which is used as the handle for getting the result for the job that executed.
Input Parameters
Repository | Required. Repository name. |
User Id Password
| Required. User name/ password. |
Schema Id | Required. ID of the required schema. Set to: 1 for Work Area 2 for Release Area |
Project Id | Required. ID of the required project. |
Job Name | Required. Name of the job to be executed. |
Job Type | Required. Type of job to be executed. |
Incremental From Date Incremental To Date
| Optional. From and to dates. |
Output Parameters
None.
Sample Input
RepositoryId = DEV
UserId = jjoseph
Password = 73ACD9A5972130B75066C82595A1FAE3
SchemaId = 1
ProjectId = 1
JobName = TestSyncDeployJob
JobType = 43
Sample Output
632