Search before asking
Motivation
Right now, if we want to find out the task definition under a workflow definition, we need to join tree table,
t_ds_process_definition, t_ds_task_definition, t_ds_process_task_relation, it's better directly add the workflow definition identity into task definition to make this case easier.
Design Detail
No response
Compatibility, Deprecation, and Migration Plan
No response
Test Plan
No response
Code of Conduct