Skip to content

scakc/AworkFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWF - Advanced Workflow Framework

A framework for defining, visualizing, and editing workflow graphs.

Features

  • Python-based workflow definition with Node, Edge, and Graph classes
  • JSON serialization to .awf.json format
  • Web-based workflow editor and visualizer
  • Interactive graph editing capabilities

Getting Started

  1. Define workflow components in Python using the core classes
  2. Create workflow graphs programmatically or using the web editor
  3. Save and load workflows in .awf.json format

Usage

cd src/web

npm init -y
npm install react@latest react-dom@latest reactflow@latest
npm install --save-dev webpack webpack-cli webpack-dev-server babel-loader @babel/core @babel/preset-env @babel/preset-react style-loader css-loader

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published