Orchestrators need to know some information about the backend entity capabilities to properly handle entity operations.
This PR revises how the backend conveys this information to the front end.
It encapsulates this information in TaskOrchestrationEntityParameters, which is passed via DispatcherContext to the front end. The front end then passes this back to the constructor of TaskOrchestrationExecutor, from where it becomes visible to the entity-related functions.
Orchestrators need to know some information about the backend entity capabilities to properly handle entity operations. This PR revises how the backend conveys this information to the front end.
It encapsulates this information in
TaskOrchestrationEntityParameters
, which is passed via DispatcherContext to the front end. The front end then passes this back to the constructor of TaskOrchestrationExecutor, from where it becomes visible to the entity-related functions.