Skip to content

Endless loop in ExportTm #80

@mesztam

Description

@mesztam

Hi,

if the exportTM task fails, then it gets into an endless loop, because it tests only for the "Done" state:

do
{
backgroundTask = await ApiConnection.Get(ApiUrls.GetTaskById(response.Id), null);
}
while (backgroundTask.Status != "Done");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions