All Projects → StackStorm → st2flow

StackStorm / st2flow

Licence: Apache-2.0 license
DEPRECATED & OBSOLETE! Previously StackStorm Enterprise (EWC) Workflow Editor. Now integrated directly into StackStorm OSS Core platform (st2web).

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to st2flow

stackstorm-ha
K8s Helm Chart (βeta!) that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
Stars: ✭ 74 (+428.57%)
Mutual labels:  stackstorm, st2
st2-packages
StackStorm deb/rpm packages (automated docker build pipeline)
Stars: ✭ 25 (+78.57%)
Mutual labels:  stackstorm, st2
puppet-st2
Puppet Module to install and configure StackStorm, IFTTT for Ops
Stars: ✭ 20 (+42.86%)
Mutual labels:  stackstorm, st2
helpdesk
Yet another helpdesk based on multiple providers
Stars: ✭ 14 (+0%)
Mutual labels:  stackstorm, st2
ansible-st2
Ansible Roles and Playbooks to deploy StackStorm
Stars: ✭ 85 (+507.14%)
Mutual labels:  stackstorm, st2
St2
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html. Questions? https://…
Stars: ✭ 4,600 (+32757.14%)
Mutual labels:  stackstorm, st2
gh-token
Create an installation access token for a GitHub app from your terminal 💻
Stars: ✭ 154 (+1000%)
Mutual labels:  enterprise
Enterprise-Web3.0
Enterprise™ for the Web3.0™
Stars: ✭ 32 (+128.57%)
Mutual labels:  enterprise
Jazz
Platform to develop and manage serverless applications at an enterprise scale!
Stars: ✭ 254 (+1714.29%)
Mutual labels:  enterprise
Ax Boot Framework
Full Stack Java Web Application Framework with Java & HTML5
Stars: ✭ 244 (+1642.86%)
Mutual labels:  enterprise
saloon
An E2E test seeder for enterprise web applications
Stars: ✭ 30 (+114.29%)
Mutual labels:  enterprise
AdminRunasMenu
A WPF menu driven by powershell to perform administrator functions
Stars: ✭ 26 (+85.71%)
Mutual labels:  enterprise
doc-ses
Official SUSE Enterprise Storage documentation
Stars: ✭ 14 (+0%)
Mutual labels:  enterprise
enterprise
Enterprise-grade component library for the Infor Design System
Stars: ✭ 117 (+735.71%)
Mutual labels:  enterprise
enterprise-policy-generator
The Enterprise Policy Engine allows administrators to configure Firefox via a configuration file. The Enterprise Policy Generator helps to create the configuration file.
Stars: ✭ 57 (+307.14%)
Mutual labels:  enterprise
cv4pve-api-php
Proxmox VE Client API for PHP
Stars: ✭ 45 (+221.43%)
Mutual labels:  enterprise
Browser Sec Whitepaper
Cure53 Browser Security White Paper
Stars: ✭ 251 (+1692.86%)
Mutual labels:  enterprise
typo3
The TYPO3 Core - Enterprise Content Management System. Synchronized mirror of https://review.typo3.org/q/project:Packages/TYPO3.CMS
Stars: ✭ 898 (+6314.29%)
Mutual labels:  enterprise
ngx-vant
Lightweight Mobile UI Components built on Vant and Angular
Stars: ✭ 34 (+142.86%)
Mutual labels:  enterprise
ghec-audit-log-cli
Query the GitHub Audit Log for your organization to send it over to other services like elastic, splunk or sentinel for visualization and security
Stars: ✭ 54 (+285.71%)
Mutual labels:  enterprise

st2flow - StackStorm Workflow Editor

DEPRECATED!
The Workflow Designer codebase was integrated directly into st2web since st2 v3.4.0 (see announcement) and this repository is obsolete now.

Visual editor for creating and updating StackStorm workflows. This editor is currently only available for enterprise licenses.

Requirements

  • Node v10

  • Lerna, Yarn, and Gulp

    sudo npm install -g gulp-cli lerna yarn
    

Installation

This project uses Lerna and should be considered a "subset" of the st2web project. It is currently required that the st2web repo be cloned next to the st2flow repo:

├── StackStorm
|   ├── st2flow
|   └── st2web

Here is the basic flow of commands to get started:

git clone [email protected]:StackStorm/st2web.git
# ...or https: https://github.com/StackStorm/st2web.git

cd st2web
lerna bootstrap

cd ../
git clone [email protected]:StackStorm/st2flow.git
# ...or https: https://github.com/StackStorm/st2flow.git

cd st2flow
lerna bootstrap

Running the app and tests

# Run the app, available on http://localhost:3000
# Note, it takes ~10 - 20s to get running but then you're in watch mode
gulp

# Run unit tests
gulp test-unit

# Linting
gulp lint

Copyright, License, and Contributors Agreement

Copyright 2015-2020 Extreme Networks, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

By contributing you agree that these contributions are your own (or approved by your employer) and you grant a full, complete, irrevocable copyright license to all users and developers of the project, present and future, pursuant to the license of the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].