Wait and Finish avatar
Wait and Finish

Pricing

Pay per usage

Go to Apify Store
Wait and Finish

Wait and Finish

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

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Useful tools

Useful tools

Maintained by Community

Actor stats

4

Bookmarked

20

Total users

4

Monthly active users

a year ago

Last modified

Share

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:

{
"minWaitTime": 10000,
"maxWaitTime": 20000,
"dataset": {
"items": [
{
"id": 1,
"text": "My first item"
},
{
"id": 2,
"text": "My second item"
}
]
},
"output": {
"outputMessage": "Actor finished"
},
"fail": ""
}

None these attributes are required.