Replies: 1 comment 10 replies
-
its the correlation based on some event context attribute. use case is lets say you create a workflow exec per patient |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In spec, it says define event correlation rules. how could I use it in actual cases?
In examples, I do see cases using correlation, but not get what it tries to do, for example, in https://github.com/serverlessworkflow/specification/tree/main/examples#monitor-patient-vital-signs-example, what is the point defining "contextAttributeName": "patientId" in events?
Is it to pass to argument or used in DataFilter?
Beta Was this translation helpful? Give feedback.
All reactions