Zum Hauptinhalt gehen

Release of dependent datasets in one workflow

Kommentare

1 Kommentar

  • Zendesk API User
    Author: mbergmann - 10/14/2016 16:45

    Hello Thomas,

    I assume the articles are referencing the topics using a schema n:1 or n:m relation. In this case you will have to add the logic yourself either by using a separate script task in the workflow or by creating your own implementation of the BasicWorkflows.

    Such a logic (which datasets should be released when others are released) is always project specific because if this would be done automatically, it would most likely result in the release of way too many datasets if the mechanism would follow every relation recursively. In your case you most probably only want to release all topics that belong to the released article, but NOT all articles those topics are referencing, all of THEIR topics and THEIR topics' articles and so on...

    The decision where to stop such kind of traversal always depends on the project and thus has to be specifically implemented.

    Michael

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.