Skip to content

Additional workflows and actions for Cisco SecureX

Notifications You must be signed in to change notification settings

wattsjs/securex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

All workflows are a work in progress and are subject to change. These are not supported by Cisco.

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. Our GitHub repositories contain a wide variety of atomic actions and workflows that can be imported into SecureX orchestration.

Getting Started

To get started with SecureX orchestration, we recommend checking out our Getting Started page.


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.


Activities

SecureX orchestration comes with a variety of built-in activities for core functionality. These activities handle things like date and time manipulation, JSON and XML parsing, HTTP requests, and more. This section contains helpful hints, best practices, and sample workflows for some of these activities.

About

Additional workflows and actions for Cisco SecureX

Topics

Resources

Stars

Watchers

Forks