From bbc76384ec63513f4357fe8f6f41c8b9fb9c1bf4 Mon Sep 17 00:00:00 2001 From: Hilary James Oliver Date: Mon, 8 Sep 2025 11:12:37 +1200 Subject: [PATCH] Remove trigger on-resume option. --- .../mock/json/IntrospectionQuery.json | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/src/services/mock/json/IntrospectionQuery.json b/src/services/mock/json/IntrospectionQuery.json index 9d4221fd0..ff354f397 100644 --- a/src/services/mock/json/IntrospectionQuery.json +++ b/src/services/mock/json/IntrospectionQuery.json @@ -2701,18 +2701,6 @@ "defaultValue": "false", "__typename": "__InputValue" }, - { - "name": "onResume", - "description": "If the workflow is paused, wait until it is resumed before\nrunning the triggered task(s).", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "tasks", "description": null, @@ -13926,18 +13914,6 @@ "defaultValue": "false", "__typename": "__InputValue" }, - { - "name": "onResume", - "description": "If the workflow is paused, wait until it is resumed before\nrunning the triggered task(s).", - "type": { - "kind": "SCALAR", - "name": "Boolean", - "ofType": null, - "__typename": "__Type" - }, - "defaultValue": "false", - "__typename": "__InputValue" - }, { "name": "tasks", "description": null,