Executions Wait Finish
Pricing
Pay per usage
Go to Store
Executions Wait Finish
This act accepts an array of ExecutionIDs and waits for all of them to finish.
0.0 (0)
Pricing
Pay per usage
0
Total users
2
Monthly users
2
Last modified
4 years ago
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:
1{ 2 "executionIds": [ 3 EXECUTION_ID_1, 4 EXECUTION_ID_2, 5 EXECUTION_ID_3, 6 ... 7 ], 8 "finalWebhook": FINAL_WEBHOOK_URL 9}
The output is again an array of executionIds.