Wait and Finish avatar

Wait and Finish

Try for free

No credit card required

View all Actors
Wait and Finish

Wait and Finish

useful-tools/wait-and-finish
Try for free

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:

Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 3 stars
  • 100.0% runs succeeded
  • Created in Sep 2023
  • Modified 3 months ago