Wait and Finish
Try for free
No credit card required
View all Actors
Wait and Finish
useful-tools/wait-and-finish
Try for free
No credit card required
Simple Actor that will just wait and then finishes. Mostly used for testing integration purposes...
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.
Developer
Maintained by Community
Actor metrics
- 1 monthly user
- 3 stars
- 100.0% runs succeeded
- Created in Sep 2023
- Modified 5 months ago