get_entities_by_config_id() function
Get the entities by its config id.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config_id |
str
|
The config id of the entities |
required |
Returns:
Type | Description |
---|---|
Union[List, List[Task], List[DataNode], List[Sequence], List[Scenario]]
|
The list of all entities by the config id. |