Executions Wait Finish
Pricing
Pay per usage
Go to Apify Store
Deprecated
Executions Wait Finish
This act accepts an array of ExecutionIDs and waits for all of them to finish.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Petr Cermak
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
3
Monthly active users
5 years ago
Last modified
Categories
Share
act-executions-wait-finish
This act accepts an array of ExecutionIDs and waits for all of them to finish.
If a finalWebhook attribute is provided, after all the executions finish, the result will be sent to that URL.
Example input:
{"executionIds": [EXECUTION_ID_1,EXECUTION_ID_2,EXECUTION_ID_3,...],"finalWebhook": FINAL_WEBHOOK_URL}
The output is again an array of executionIds.