Skip to content
forked from bmarsh9/spate

Quickly create workflows, business and process automation pipelines. Supports API, UI and Cron based workflows.

License

Notifications You must be signed in to change notification settings

xcelerant/spate

 
 

Repository files navigation

Logo

Discord: https://discord.gg/9unhWAqadg
Official Integrations: https://github.com/bmarsh9/spate-operators

View Results Create Workflows

Check out a quick example!

The following workflow will consume a URL and return a quick summary of the article. We will set up a workflow and execute the workflow via the Spate CLI (which just hits the HTTP API endpoint of the workflow).

Spate-Summarize.mp4

Try out the live API endpoint.

This endpoint hosted by spate will read the name parameter and say hello!

# First send a query to start the workflow
curl -k "https://spate.darkbanner.com/api/v1/endpoints/8cab12277c?name=tom"

# Now query the callback URL. The UUID will be different for you
curl -k "https://spate.darkbanner.com/api/v1/executions/3b8c9444239d4c52801ffb1f01724d41"

# The return_value key will show the returned message!

About

Quickly create workflows, business and process automation pipelines. Supports API, UI and Cron based workflows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.5%
  • HTML 35.3%
  • JavaScript 16.3%
  • CSS 2.0%
  • Other 0.9%