Module: StringStep

Defined in:
lib/schema.rb

Overview

Pauses the execution of a build and waits on a user to unblock it

Waits for previous steps to pass before continuing

Constant Summary collapse

Block =
"block".freeze
Input =
"input".freeze
Wait =
"wait".freeze
Waiter =
"waiter".freeze