Select node by default when pending form action (#11378)
We want the run side panel to be open when the form step is pending https://github.com/user-attachments/assets/a7a7015e-b0b7-422a-b625-eca8f2614ac1
This commit is contained in:
@ -257,6 +257,7 @@ export const workflowRunSchema = z
|
||||
__typename: z.literal('WorkflowRun'),
|
||||
id: z.string(),
|
||||
workflowVersionId: z.string(),
|
||||
workflowId: z.string(),
|
||||
output: workflowRunOutputSchema.nullable(),
|
||||
context: workflowRunContextSchema.nullable(),
|
||||
status: workflowRunStatusSchema,
|
||||
|
||||
Reference in New Issue
Block a user