Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.09 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.09 KB

Cisco SecureX orchestration

SecureX orchestration provides a no-to-low code approach for building automated workflows. These workflows can interact with various types of resources and systems, whether they're from Cisco or a third-party.

Disclaimer

All content in this repository is provided AS-IS under the Cisco Sample Code License.

Atomic Actions

Atomic actions are self-contained workflows that are similar to a function in traditional programming. They can consume input, perform various actions, and then return output. They're designed to be portable, re-usable, and make building workflows more efficient.

Workflows

Workflows are the larger component of orchestration and are similar to a script in traditional programming. A workflow can be simple and only have a few actions or be complex and string together many different actions for different products.