@@ -61,23 +61,15 @@ export class Lowcoder implements INodeType {
61
61
},
62
62
],
63
63
properties: [
64
-
{
65
-
displayName: 'Resource',
66
-
name: 'resource',
67
-
type: 'options',
68
-
noDataExpression: true,
69
-
options: [
70
-
{
71
-
name: 'App',
72
-
value: 'app',
73
-
}
74
-
],
75
-
default: 'app',
76
-
},
77
64
...appFields,
78
65
{
79
-
displayName:
80
-
'The webhook URL will be generated at run time. It can be referenced with the <strong>$execution.resumeUrl</strong> variable. Send it somewhere before getting to this node. <a href="https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.wait" target="_blank">More info</a>',
66
+
displayName: 'Resume the workflow by calling this Webhook: http(s)://{n8n-url}/webhook-waiting/{Workflow-Execution-ID}/{Lowcoder-App-ID}',
67
+
name: 'webhookNotice',
68
+
type: 'notice',
69
+
default: '',
70
+
},
71
+
{
72
+
displayName: 'The Workflow-Execution-ID is available via the n8n Rest API',
81
73
name: 'webhookNotice',
82
74
type: 'notice',
83
75
default: '',
@@ -104,7 +96,7 @@ export class Lowcoder implements INodeType {
0 commit comments