# Goal - 合并工作流+执行参数 string workflow_name # 工作流名称 string task_name # 任务名称 --- # Result - 操作结果 bool success # 操作是否成功 string return_info # 结果消息 int32 code # 操作结果代码(1表示成功,0表示失败) --- # Feedback - 实时反馈 string feedback # 操作过程中的反馈信息