Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 518 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 518 Bytes

OrderManagement with Serverless Workflow

Workflow entry points

Launch the process:

curl -X POST -H 'Content-Type:application/json' -H 'Accept:application/json' -d '{ "workflowdata": { "orderId": "order-123"} }' http://localhost:8080/order

Send a Cloud Event:

curl -X POST -H "Content-Type: application/json" -H "ce-specversion: 1.0" -H "ce-source: commerce" -H "ce-type: OrderEventType" -H "ce-id: f0643c68-609c-48aa-a820-5df423fa4fe0" -d '{"orderId": "order-123"}' http://localhost:8080