Skip to content

fix tasklist structure

Lars Nothdurft requested to merge tasklist_fix into ov3

When calling fb tasks form c code it is possible to create loops, which cause the server to crash. To avoid this, execution should be triggered by the tasklist association. In places where this is not possible (due to limitations of the concept) it is imperative to check that no loops exist. One possibility is to traverse up the tasklist and look for the UrTask.

This merge request fixes these issues for the fb and ssc library.

Merge request reports