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 2022/10/28 06:58:45 UTC

[GitHub] [dolphinscheduler] lazybird23 commented on issue #12525: [BUG] not show anything when edit process

lazybird23 commented on issue #12525:
URL: https://github.com/apache/dolphinscheduler/issues/12525#issuecomment-1294546741

   case:  process A only one taskNode is shell, another process B one task dependent A process all node and another one will run waiting process A. 
   operate: i online A B process, A error B waiting A. then see process B  DAG but page show nothing.
   
   eg:
   processDefinition data:
   INSERT INTO dolphinscheduler_3.t_ds_process_definition(id, code, name, version, description, project_code, release_state, user_id, global_params, flag, locations, warning_group_id, timeout, tenant_id, execution_type, create_time, update_time) VALUES (3, 7328353741344, 'ods_tableOne_flow', 5, 'ods_tableOne_flow', 7328273267488, 0, 1, '[{"prop":"v_1day","value":"$[yyyyMMdd-1]","direct":"IN","type":"VARCHAR"}]', 1, '[{"taskCode":7328336087712,"x":121,"y":106},{"taskCode":7328515578016,"x":121,"y":283}]', NULL, 0, 2, 1, '2022-10-25 02:32:44', '2022-10-25 02:55:52');
   task_definition data:
   INSERT INTO dolphinscheduler_3.t_ds_task_definition(id, code, name, version, description, project_code, user_id, task_type, task_execute_type, task_params, flag, task_priority, worker_group, environment_code, fail_retry_times, fail_retry_interval, timeout_flag, timeout_notify_strategy, timeout, delay_time, resource_ids, task_group_id, task_group_priority, cpu_quota, memory_max, create_time, update_time) VALUES (5, 7328374820384, 'fact_tableOne_dependent', 2, 'fact_tableOne_dependent', 7328273267488, 1, 'DEPENDENT', 0, '{"localParams":[],"resourceList":[],"dependence":{"relation":"AND","dependTaskList":[{"relation":"AND","dependItemList":[{"projectCode":7328273267488,"definitionCode":7328353741344,"depTaskCode":0,"cycle":"day","dateValue":"today","state":null}]}]}}', 1, 2, 'default', -1, 0, 1, 0, NULL, 0, 0, '', 0, 0, -1, -1, '2022-10-25 02:38:40', '2022-10-25 02:58:26');


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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