Skip to content

workfloworchestrator/example-orchestrator-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Orchestrator UI

The example-orchestrator-ui provides a sample user interface for Workflow Orchestrator. Many users will start with this UI and eventually extend or customize a fork of this repo to their own needs.

Developing the Example Orchestrator UI

git clone git@github.com:workfloworchestrator/example-orchestrator-ui.git
cd example-orchestrator-ui
npm install
cp .env.example .env
# edit .env.example. You will likely want to set:
#  OAUTH2_ACTIVE=false
npm run dev

# In a separate terminal, start the example-orchestrator so there's an API to
# query. This can also be pointed to another orchestrator instance.
git clone git@github.com:workfloworchestrator/example-orchestrator.git
cd example-orchestrator
docker compose up

About

Example orchestrator UI based on the orchestrator-ui-library

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors