quickstarts/tutorials/workflow/python/child-workflows/dapr.yaml

12 lines
256 B
YAML

version: 1
common:
resourcesPath: ../../resources
apps:
- appID: childworkflows
appDirPath: child_workflows
appPort: 5259
daprHTTPPort: 3559
command: ["python3", "app.py"]
appLogDestination: console
daprdLogDestination: console