Workflow Samples
HTTP Hello World
This is a simple workflow that listens for HTTP requests and responds with a "Hello World" message.
Sample CURL:
curl --location 'https://localhost:5001/workflows/hello-world'
Sample response:
{
"message": "Hello World!"
}