Ticket #54 (closed enhancement: fixed)
Provide a means to control the execution order between interdependent plugins
| Reported by: | JeremyRuston | Owned by: | UdoBorkowski |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.2 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description (last modified by JeremyRuston) (diff)
One approach is for systemConfig tiddlers to return a value. It is proposed that this value be interpreted as a hashmap of output parameters:
- callMeBack: set to true to have the systemConfig tiddler be reexecuted again at the end of the currently scheduled tiddlers. This is designed to allow systemConfig tiddlers to 'bail out' if they can't executed until some dependent systemConfig tiddler has executed. This feature needs to be coded carefully to avoid deadlocks and endless loops
For example, return {callMeBack: true};
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

