Currently, different progress bars are unrelated. However, it would be nice if we can encode nested relationships (when they exist). It is somewhat possible by using objectid(current_task()) but this approach fails to work when using multiple tasks. One solution may be to add a new key (say) parentprogressid (see also #7).
Currently, different progress bars are unrelated. However, it would be nice if we can encode nested relationships (when they exist). It is somewhat possible by using
objectid(current_task())
but this approach fails to work when using multiple tasks. One solution may be to add a new key (say)parentprogressid
(see also #7).