Add the possibility to run workflows with manual trigger from the command K with no records selected (#8342)
https://github.com/user-attachments/assets/9f094439-8d19-4a6b-883b-456294f691d8
This commit is contained in:
@ -17,7 +17,7 @@ export const useRunWorkflowVersion = () => {
|
||||
|
||||
const runWorkflowVersion = async (
|
||||
workflowVersionId: string,
|
||||
payload: Record<string, any>,
|
||||
payload?: Record<string, any>,
|
||||
) => {
|
||||
await mutate({
|
||||
variables: { input: { workflowVersionId, payload } },
|
||||
|
||||
Reference in New Issue
Block a user