Wait and Finish
No credit card required
Wait and Finish
No credit card required
Simple Actor that will just wait and then finishes. Mostly used for testing integration purposes...
You can access the Wait and Finish programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "fail": "",
3 "dataset": {
4 "id": null,
5 "items": [
6 {
7 "id": 1,
8 "text": "My first item"
9 },
10 {
11 "id": 2,
12 "text": "My second item"
13 }
14 ]
15 },
16 "output": {
17 "outputMessage": "Actor finished"
18 },
19 "statusMessage": ""
20}' |
21apify call useful-tools/wait-and-finish --silent --output-dataset
Wait and Finish API through CLI
The Apify CLI is the official tool that allows you to use Wait and Finish locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
3 stars
>99% runs succeeded
Created in Sep 2023
Modified 6 months ago