Wait and Finish avatar
Wait and Finish

Pricing

Pay per usage

Go to Store
Wait and Finish

Wait and Finish

useful-tools/wait-and-finish

Developed by

Useful tools

Maintained by Community

Simple Actor that will just wait and then finishes. Mostly used for testing integration purposes...

0.0 (0)

Pricing

Pay per usage

3

Monthly users

1

Runs succeeded

>99%

Last modified

10 months ago

You can access the Wait and Finish programmatically from your own applications by using the Apify API. You can also 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:

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.