Skip to content

Order Management implemented with Serverless Workflow

Notifications You must be signed in to change notification settings

dmarrazzo/order-swf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Order Management implemented with Serverless Workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages