Skip to main content

Cyware Orchestrate

Playbook Input and Output

A Playbook is a logical workflow that consists of nodes to perform a well-defined set of actions. Nodes in a Playbook are interconnected and may require input to perform an action.

You can pass input to a Playbook node in one of the following ways:

  • Use dynamic paths to:

    • Fetch data from a node (memory/app/custom/input) and pass it as input to another node

    • Fetch event data to pass it as input to a Playbook node

    • Fetch the current system time as an input to a Playbook node

  • Use static or definite values to pass input manually to a Playbook node. For example, pass a URL or IP address as input value.

After the successful execution of a node, you can utilize the node output and pass it as an input to another node in the Playbook workflow.