Type Alias ScheduleStartTarget
ScheduleStartTarget:
| { type: "workflow"; workflowId: string }
| { agentId: string; mode: "threadless-start"; type: "agent" }
| {
agentId: string;
mode: "threaded-wake";
resourceId: string;
threadId: string;
type: "agent";
}
| {
agentId: string;
mode: "threaded-signal";
resourceId: string;
threadId: string;
type: "agent";
}