/spate

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

Primary LanguagePythonOtherNOASSERTION

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!