Skip to main content

Automation (aka Package)

The Package Editor​

In this screen, you will be able to see the following:

  • The list of available packages on the left menu
  • Package Editor section in center
  • List of available conditions, activities and variables under three respective sections on the right menu

In the Package Editor section, you will see the a code snippet as below which can be edited or removed if not required.

# Orchestrator package
conditions:
- name: 'client_filter'
optMode: 'OptIn'
category: 'Testing'

steps:
- task: wait
inputs:
minutes: '5'