quickstarts/tutorials/workflow/python/combined-patterns/resources/subscription-workflow.yaml

12 lines
236 B
YAML

apiVersion: dapr.io/v2alpha1
kind: Subscription
metadata:
name: shipment-confirmed
spec:
topic: shipment-registration-confirmed-events
routes:
default: /shipmentRegistered
pubsubname: shippingpubsub
scopes:
- order-workflow