You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/09/24 06:03:37 UTC

[GitHub] [incubator-dolphinscheduler] glxfeng opened a new issue #3808: [Improvement][API]导出工作流定义支持描述字段Export workflow definition support description

glxfeng opened a new issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808


   
   希望导出工作流定义时,能把描述字段一起导出
   when export the workflow definition, I hope export the description of the workflow together
   
   **Which version of DolphinScheduler:**
    -[1.3.2]
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] AhahaGe commented on issue #3808: [Improvement][API]导出工作流定义支持描述字段Export workflow definition support description

Posted by GitBox <gi...@apache.org>.
AhahaGe commented on issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808#issuecomment-698216190


   I think it's possible, and I will add this feature.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] glxfeng commented on issue #3808: [Improvement][API]导出工作流定义支持描述字段Export workflow definition support description

Posted by GitBox <gi...@apache.org>.
glxfeng commented on issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808#issuecomment-699609310


   > [
   > {
   > "processDefinitionConnects":"[]",
   > "processDefinitionJson":"{"tenantId":2,"globalParams":[],"tasks":[{"conditionResult":{"successNode":[""],"failedNode":[""]},"description":"shell_ls_1","runFlag":"NORMAL","type":"SHELL","params":{"rawScript":"ls\npwd\necho 'hello'","localParams":[],"resourceList":[]},"timeout":{"enable":false,"strategy":""},"maxRetryTimes":"0","taskInstancePriority":"MEDIUM","name":"shell_ls_1","dependence":{},"retryInterval":"1","preTasks":[],"id":"tasks-48544","workerGroup":"default"}],"timeout":0}",
   > "processDefinitionLocations":"{"tasks-48544":{"name":"shell_ls_1","targetarr":"","nodenumber":"0","x":431,"y":138}}",
   > "processDefinitionName":"shell_dag",
   > "projectName":"test_shell"
   > }
   > ]
   > Add one column called processDescription.
   
    Thanks for your help.
    But I'm sorry, my requirement description is incomplete.
    If this column is added to the exported file, the import workflow should also support it.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] AhahaGe commented on issue #3808: [Improvement][API]导出工作流定义支持描述字段Export workflow definition support description

Posted by GitBox <gi...@apache.org>.
AhahaGe commented on issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808#issuecomment-698216503


   [
       {
           "processDefinitionConnects":"[]",
           "processDefinitionJson":"{"tenantId":2,"globalParams":[],"tasks":[{"conditionResult":{"successNode":[""],"failedNode":[""]},"description":"shell_ls_1","runFlag":"NORMAL","type":"SHELL","params":{"rawScript":"ls\npwd\necho 'hello'","localParams":[],"resourceList":[]},"timeout":{"enable":false,"strategy":""},"maxRetryTimes":"0","taskInstancePriority":"MEDIUM","name":"shell_ls_1","dependence":{},"retryInterval":"1","preTasks":[],"id":"tasks-48544","workerGroup":"default"}],"timeout":0}",
           "processDefinitionLocations":"{"tasks-48544":{"name":"shell_ls_1","targetarr":"","nodenumber":"0","x":431,"y":138}}",
           "processDefinitionName":"shell_dag",
           "projectName":"test_shell"
       }
   ]


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] dailidong closed issue #3808: [Feature][API]导出工作流定义支持描述字段Export workflow definition support description

Posted by GitBox <gi...@apache.org>.
dailidong closed issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] AhahaGe edited a comment on issue #3808: [Improvement][API]导出工作流定义支持描述字段Export workflow definition support description

Posted by GitBox <gi...@apache.org>.
AhahaGe edited a comment on issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808#issuecomment-698216503


   [
       {
           "processDefinitionConnects":"[]",
           "processDefinitionJson":"{"tenantId":2,"globalParams":[],"tasks":[{"conditionResult":{"successNode":[""],"failedNode":[""]},"description":"shell_ls_1","runFlag":"NORMAL","type":"SHELL","params":{"rawScript":"ls\npwd\necho 'hello'","localParams":[],"resourceList":[]},"timeout":{"enable":false,"strategy":""},"maxRetryTimes":"0","taskInstancePriority":"MEDIUM","name":"shell_ls_1","dependence":{},"retryInterval":"1","preTasks":[],"id":"tasks-48544","workerGroup":"default"}],"timeout":0}",
           "processDefinitionLocations":"{"tasks-48544":{"name":"shell_ls_1","targetarr":"","nodenumber":"0","x":431,"y":138}}",
           "processDefinitionName":"shell_dag",
           "projectName":"test_shell"
       }
   ]
   Add one column called processDescription.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] AhahaGe edited a comment on issue #3808: [Improvement][API]导出工作流定义支持描述字段Export workflow definition support description

Posted by GitBox <gi...@apache.org>.
AhahaGe edited a comment on issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808#issuecomment-698216503


   [
       {
           "processDefinitionConnects":"[]",
           "processDefinitionJson":"{"tenantId":2,"globalParams":[],"tasks":[{"conditionResult":{"successNode":[""],"failedNode":[""]},"description":"shell_ls_1","runFlag":"NORMAL","type":"SHELL","params":{"rawScript":"ls\npwd\necho 'hello'","localParams":[],"resourceList":[]},"timeout":{"enable":false,"strategy":""},"maxRetryTimes":"0","taskInstancePriority":"MEDIUM","name":"shell_ls_1","dependence":{},"retryInterval":"1","preTasks":[],"id":"tasks-48544","workerGroup":"default"}],"timeout":0}",
           "processDefinitionLocations":"{"tasks-48544":{"name":"shell_ls_1","targetarr":"","nodenumber":"0","x":431,"y":138}}",
           "processDefinitionName":"shell_dag",
           "projectName":"test_shell"
       }
   ]
   Add one column called processDescription.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #3808: [Feature][API]导出工作流定义支持描述字段Export workflow definition support description

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808#issuecomment-706195853


   PR #3847 solved this issue


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] AhahaGe commented on issue #3808: [Improvement][API]导出工作流定义支持描述字段Export workflow definition support description

Posted by GitBox <gi...@apache.org>.
AhahaGe commented on issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808#issuecomment-698216190






----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-dolphinscheduler] AhahaGe commented on issue #3808: [Feature][API]导出工作流定义支持描述字段Export workflow definition support description

Posted by GitBox <gi...@apache.org>.
AhahaGe commented on issue #3808:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/3808#issuecomment-699928023


   Got it.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org