From cd18fd06e404c58086e9dfa3ab96bc35047e0080 Mon Sep 17 00:00:00 2001
From: Peter Donald
+ + Rethink Notification/Event scheme + + |
+ ++ |
XPath-like Locators for tasks
diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml
index 1694eee47..6a61111ae 100644
--- a/proposal/myrmidon/src/xdocs/todo.xml
+++ b/proposal/myrmidon/src/xdocs/todo.xml
@@ -14,6 +14,16 @@
sections describe some of the many things which still need to be done to
achieve that goal. This list is currently under construction.
+ We need to rethink the whole notificaiton scheme. Should tasks be able to + raise events? Probably as long as we have ContainerTasks. Should tasks + be able to query state of run? ie Can a task request "are we paused?" or "are we + stopped?" ? Probably as that way long running tasks are given the opportunity + to be gracefully halted by the end users (primarily aimed at IDE vendors here). + +Most tasks are grouped into some sort of task container. The task containers |