Skip to content

Commit 225a01b

Browse files
Javier Gil Avilesdepink5
authored andcommitted
Refs #23586: Add API_REST to send availabe tasks_id to the frontend
Signed-off-by: Javier Gil Aviles <javiergil@eprosima.com>
1 parent c0104db commit 225a01b

File tree

5 files changed

+416
-77
lines changed

5 files changed

+416
-77
lines changed

sustainml_cpp/include/sustainml_cpp/orchestrator/OrchestratorNode.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,11 @@ class OrchestratorNode
232232
*/
233233
void terminate();
234234

235+
/**
236+
* @brief Return all TaskIds currently known by the orchestrator (in-memory).
237+
*/
238+
std::vector<types::TaskId> get_all_task_ids();
239+
235240
protected:
236241

237242
/**

0 commit comments

Comments
 (0)