Skip to content
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 executeTaskJob operation runs an SOE task group job.

Request parameters

ParameterDetails

taskGroupJobId

(Required)

The ID associated with the task group job.

productName

(Required)

The name of the workflow definition product associated with the SOE task group job.

productVersion

(Required)

The version of the workflow definition product associated with the SOE task group job.

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response syntax

The following is the syntax of a response:

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "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 executeTaskJob.

Request URL and parameters:

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/rest/services/SampleService/TopographicProductionServer/workflows/tasks/executeTaskJob
Use dark colors for code blocksCopy
1
2
3
4
taskGroupJobId=150BFC70-EA45-4327-908D-D6E622CD8B93
productName=MGCPPublishData
productVersion=MGCP_50K_Replica
f=json

JSON Response example

The following is an example of a successful response:

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "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
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.