lenboo commented on issue #9462:
URL: 
https://github.com/apache/dolphinscheduler/issues/9462#issuecomment-1096640359

   Here is my solution:
   1. Redefine the concept of the environment, the environment supports env 
(current status), config/xml and other types, modify the environment meta data, 
and add the environment type field
   2. The field 'environment' is added to the workflow definition, which 
supports the association of multiple clusters (environments). When the workflow 
runs, a workflow instance is generated for each cluster.
   3. The field "environment" is added to the workflow instance. Each workflow 
instance specifies a certain cluster, but cannot override the environment 
specified by the task (environment priority: Task Configuration > Workflow 
Configuration)
   4. How to use the environment configuration is determined by the task 
execution logic itself


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