-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.http
More file actions
19 lines (15 loc) · 721 Bytes
/
demo.http
File metadata and controls
19 lines (15 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// POST http://localhost:3500/v1.0/workflows/{workflowType}/{instanceId}/start
### Start long running process
POST http://localhost:8000/workflows/LongRunning/{instanceId}/start
# Content-Type: application/json
# {"test": "phone"}
### Start Bank Transfer Process
POST http://localhost:8000/workflows/BankTransfer/{instanceId}/start
# Content-Type: application/json
# {"test": "phone"}
### GET workflow info Process
GET http://localhost:8000/workflows/6b6ebbee-e2f9-4baf-9907-40930c9299a0/338525a5-e715-4050-8d14-88b69f37f1d6/info
# Content-Type: application/json
# {"test": "phone"}
### Terminate
POST http://localhost:8000/workflows/e880627c-b115-4008-a0d4-7ac9489665bb/5d68394d-9cad-4401-94af-242f194b2a9d/terminate