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

Wait and finish actor

Simple Actor that will just wait for random time from interval between minWaitTime and maxWaitTime, provide Dataset items, Actor's OUTPUT and also may FAIL.

Example of Actor's input:

1{
2    "minWaitTime": 10000,
3    "maxWaitTime": 20000,
4    "dataset": {
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    "fail": ""
20}

None these attributes are required.

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.