Fix paths for multi-app run

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Marc Duiker 2025-04-01 13:35:07 +01:00
parent 39fcfcf3f9
commit 45d3a43976
No known key found for this signature in database
GPG Key ID: 5E708BC9F3163E81
8 changed files with 7 additions and 17 deletions

View File

@ -3,7 +3,7 @@ common:
resourcesPath: ../../resources
apps:
- appID: childworkflows
appDirPath: .
appDirPath: ChildWorkflows
appPort: 5259
daprHTTPPort: 3559
command: ["dotnet", "run"]

View File

@ -3,7 +3,7 @@ common:
resourcesPath: ../../resources
apps:
- appID: externalevents
appDirPath: .
appDirPath: ExternalEvents
appPort: 5258
daprHTTPPort: 3558
command: ["dotnet", "run"]

View File

@ -28,13 +28,3 @@ Content-Type: application/json
"OrderId": "{{instanceId}}",
"IsApproved": true
}
### Send a rejection event
@eventName=approval-event
POST {{ daprHost }}/v1.0/workflows/dapr/{{ instanceId }}/raiseEvent/{{ eventName }}
Content-Type: application/json
{
"OrderId": "{{instanceId}}",
"IsApproved": false
}

View File

@ -3,7 +3,7 @@ common:
resourcesPath: ../../resources
apps:
- appID: fanoutfanin
appDirPath: .
appDirPath: FanOutFanIn
appPort: 5256
daprHTTPPort: 3556
command: ["dotnet", "run"]

View File

@ -3,7 +3,7 @@ common:
resourcesPath: ../../resources
apps:
- appID: basic
appDirPath: .
appDirPath: Basic
appPort: 5254
daprHTTPPort: 3554
command: ["dotnet", "run"]

View File

@ -3,7 +3,7 @@ common:
resourcesPath: ../../resources
apps:
- appID: monitor
appDirPath: .
appDirPath: Monitor
appPort: 5257
daprHTTPPort: 3557
command: ["dotnet", "run"]

View File

@ -3,7 +3,7 @@ common:
resourcesPath: ../../resources
apps:
- appID: chaining
appDirPath: .
appDirPath: TaskChaining
appPort: 5255
daprHTTPPort: 3555
command: ["dotnet", "run"]

View File

@ -3,7 +3,7 @@ common:
resourcesPath: ../../resources
apps:
- appID: neverendingworkflow
appDirPath: .
appDirPath: WorkflowManagement
appPort: 5262
daprHTTPPort: 3562
command: ["dotnet", "run"]