EricGao888 commented on issue #11249:
URL: 
https://github.com/apache/dolphinscheduler/issues/11249#issuecomment-1203584748

   `{
       "code": 0,
       "msg": "success",
       "data": {
           "processDefinition": {
               "id": 1,
               "code": 6410218857792,
               "name": "sda",
               "version": 1,
               "releaseState": "ONLINE",
               "projectCode": 6410216556480,
               "description": "",
               "globalParams": "[]",
               "globalParamList": [],
               "globalParamMap": {},
               "createTime": "2022-08-03 07:03:54",
               "updateTime": "2022-08-03 07:03:54",
               "flag": "YES",
               "userId": 2,
               "userName": null,
               "projectName": null,
               "locations": "[{\"taskCode\":6410217114432,\"x\":158,\"y\":73}]",
               "scheduleReleaseState": null,
               "timeout": 0,
               "tenantId": -1,
               "tenantCode": null,
               "modifyBy": null,
               "warningGroupId": 0,
               "executionType": "PARALLEL"
           },
           "processTaskRelationList": [
               {
                   "id": 1,
                   "name": "",
                   "processDefinitionVersion": 1,
                   "projectCode": 6410216556480,
                   "processDefinitionCode": 6410218857792,
                   "preTaskCode": 0,
                   "preTaskVersion": 0,
                   "postTaskCode": 6410217114432,
                   "postTaskVersion": 1,
                   "conditionType": "NONE",
                   "conditionParams": {},
                   "createTime": "2022-08-03 07:03:54",
                   "updateTime": "2022-08-03 07:03:54",
                   "operator": 2,
                   "operateTime": "2022-08-03 07:03:54"
               }
           ],
           "taskDefinitionList": [
               {
                   "id": 1,
                   "code": 6410217114432,
                   "name": "ts",
                   "version": 1,
                   "description": "",
                   "projectCode": 6410216556480,
                   "userId": 2,
                   "taskType": "SHELL",
                   "taskParams": {
                       "localParams": [],
                       "rawScript": "echo hello",
                       "resourceList": []
                   },
                   "taskParamList": [],
                   "taskParamMap": null,
                   "flag": "YES",
                   "taskPriority": "MEDIUM",
                   "userName": null,
                   "projectName": null,
                   "workerGroup": "default",
                   "environmentCode": -1,
                   "failRetryTimes": 0,
                   "failRetryInterval": 1,
                   "timeoutFlag": "CLOSE",
                   "timeoutNotifyStrategy": null,
                   "timeout": 0,
                   "delayTime": 0,
                   "resourceIds": "",
                   "createTime": "2022-08-03 07:03:54",
                   "updateTime": "2022-08-03 07:03:54",
                   "modifyBy": null,
                   "taskGroupId": 0,
                   "taskGroupPriority": 0,
                   "cpuQuota": -1,
                   "memoryMax": -1,
                   "operator": 2,
                   "operateTime": "2022-08-03 07:03:54",
                   "dependence": ""
               }
           ]
       },
       "failed": false,
       "success": true
   }`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to