Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (16 loc) · 1.37 KB
description
Build and customize your RunBook.

Creating RunBooks

RunBooks are at the heart of unSkript. RunBooks outline a stepwise process that can be run either interactively or automatically. Learn how to use and create RunBooks!

A RunBook is a sequence of Actions put together to form a multi-step workflow. A given step in the xRunBook may be executed individually and interactively providing a Human-in-loop interface.

unSkript offers pre-built RunBooks that allow you to begin automation immediately. With these RunBooks, you can get started quickly by just adding your cloud credentials, and the RunBook input parameters.

This is a great way to learn how unSkript works, but everyone's cloud is different, and you'll soon want to customize and create your own RunBooks.

Build your Own RunBook

  1. Create a RunBook
  2. Add Input Parameters
  3. Add an Action
  4. Connect Your Actions
  5. Run Your RunBook