
Wait and Finish
Pricing
Pay per usage
Go to Store

Wait and Finish
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
10
Monthly users
2
Runs succeeded
>99%
Last modified
a year 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:
{"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.