smartfog / fogflow

FogFlow is a standard-based IoT fog computing framework that supports serverless computing and edge computing with advanced programming models
https://fogflow.readthedocs.io
BSD 3-Clause "New" or "Revised" License
123 stars 45 forks source link

configure the input of each task via the type-based subscription or a set of entity ID based subscriptions #386

Open showersky opened 2 years ago

showersky commented 2 years ago

when the input of a task is grouped by "entity_type", the subscription issued by the worker on behave of a created task instance can be made based on "entity_type", rather than based on "entity_id". The impact of this change to the other logic needs to be considered as well. To be followed up before making any serious change.