Link Event Binding and Provider
- Last UpdatedJun 10, 2024
- 1 minute read
-
Each Provider will have specific set of parameter.
-
Each parameter should have a specific mapping field in SKEventBinding table.
-
Once an event occurs, the provider parameter values are set by the Provider. This is provider's responsibility.
-
These parameters are matched with SKEventBinding collection, matching EventBindings are filtered. This filter can be done inside Client.RaiseEvent method.
-
Each matching event binding will process individually.
-
If BindingType property set for workflow, it will execute a new workflow by getting other EventBinding properties.
-
If BindingType property is set for activity, it will alert a waiting activity by getting other properties.
-