吸收数字员工PlanStep跨任务编排执行
This commit is contained in:
@@ -564,6 +564,8 @@ describe("digital employee sync service", () => {
|
||||
run_id: "run-1",
|
||||
status: "failed",
|
||||
reason: "computer chat failed",
|
||||
trigger_source: "manual",
|
||||
orchestration_id: "manual-ready-steps-plan-1",
|
||||
});
|
||||
insertEventEntity("event-plan-step-ready", "plan_step_ready", {
|
||||
stepId: "step-2",
|
||||
@@ -795,6 +797,8 @@ describe("digital employee sync service", () => {
|
||||
run_id: "run-1",
|
||||
status: "failed",
|
||||
reason: "computer chat failed",
|
||||
trigger_source: "manual",
|
||||
orchestration_id: "manual-ready-steps-plan-1",
|
||||
});
|
||||
expect(businessView("event-plan-step-ready")).toMatchObject({
|
||||
category: "dispatch",
|
||||
|
||||
Reference in New Issue
Block a user