You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: poll run status in run-actor
* test: add test for run-actor with wait-for-finish
* feat: replace node timeout with n8n timeout
* refactor: change run-actor related comments
'We are introducing Store pricing discounts for this Actor and a new pricing model to give you more transparency and flexibility; more info in the follow-up email.',
'Extra cost per page for attempting to extract paid results (ads) from Google Search. This applies when the ads extraction feature is enabled, regardless of whether ads are found on the specific page.',
Copy file name to clipboardExpand all lines: nodes/Apify/resources/actors/run-actor/properties.ts
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -103,13 +103,9 @@ configuration for the Actor (typically \`latest\`).`,
103
103
displayName: 'Wait for Finish',
104
104
name: 'waitForFinish',
105
105
description:
106
-
"The maximum number of seconds the server waits for the run to finish. By default the server doesn't wait for the run to finish and returns immediately. The maximum value is 60 seconds.",
107
-
default: null,
108
-
type: 'number',
109
-
typeOptions: {
110
-
minValue: 0,
111
-
maxValue: 60,
112
-
},
106
+
'Whether to wait for the run to finish before continuing. If true, the node will wait for the run to complete (successfully or not) before moving to the next node. Note: The maximum time the workflow will wait is limited by the workflow timeout setting in your n8n configuration.',
0 commit comments