Wait and Finish avatar
Wait and Finish

Pricing

Pay per usage

Go to Store
Wait and Finish

Wait and Finish

Developed by

Useful tools

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

4

Total users

13

Monthly users

4

Runs succeeded

>99%

Last modified

a year 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.

$echo '{
< "fail": "",
< "dataset": {
< "id": null,
< "items": [
< {
< "id": 1,
< "text": "My first item"
< },
< {
< "id": 2,
< "text": "My second item"
< }
< ]
< },
< "output": {
< "outputMessage": "Actor finished"
< },
< "statusMessage": ""
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: