- URL:
- https://<root>/<serviceName>/TopographicProductionServer/workflows/tasks/executeTaskJob
- Methods:
GETPOST- Required Capability:
- Requires a Professional or Professional Plus user type account and a Topographic Mapping server extension license.
- Version Introduced:
- 12.0
Description
The execute operation runs an SOE task group job.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The ID associated with the task group job. |
(Required) | The name of the workflow definition product associated with the SOE task group job. |
(Required) | The version of the workflow definition product associated with the SOE task group job. |
| The response format. The default format is Values: |
JSON Response syntax
The following is the syntax of a response:
{
"jobId": "The ID associated with the task group job that contains the child task job operation",
"statusUrl": "<The URL to the child task job operation>",
"success": <true | false>
}Example usage
Run a task group job child task operation using execute.
Request URL and parameters:
https://organization.example.com/<context>/rest/services/SampleService/TopographicProductionServer/workflows/tasks/executeTaskJobtaskGroupJobId=150BFC70-EA45-4327-908D-D6E622CD8B93
productName=MGCPPublishData
productVersion=MGCP_50K_Replica
f=jsonJSON Response example
The following is an example of a successful response:
{
"jobId": "150BFC70-EA45-4327-908D-D6E622CD8B93",
"statusUrl": "https://machinename.domain.com/server/rest/services/MPS/MGCP_POSTGRES/TopographicProductionServer/jobs/job/9CE9C35F-EF08-4F48-A791-876FE55B43AB",
"success": true
}