Wait Timer
5 min
a connector that waits for n seconds before exiting returns all the inputs as outputs be aware that the connector will wait for the specified number of seconds once the action is executed there might be a delay between the time the action is called and the time the action is executed while the container gets spun up actions wait n seconds this script will wait n seconds then pass the inputs straight to the outputs endpoint method get input argument name type required description seconds number optional parameter for wait n seconds input var 1 string optional input data for the action input var 2 string optional input data for the action output parameter type description input var 1 string input data for the action input var 2 string input data for the action time slept number output field time slept example \[ { "input var 1" "hello", "input var 2" "howdy", "time slept" 3 } ]