Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page include an overview about known issues of the FLOWSTER Studio Version 5.3.

Expand
title[open] The activity Terminate Workflow in a snippet wokrflow doesn't abort the main workflow

Issue:

The main workflow doesn’t abort, if it include a snippet, which extecute the activity Terminate workflow and the start snipper condition stop on error = true.

Status:

open

Solution:

Use the throw activity in the snippet instead. This will throw an unhandled exception, which can be handeled by a seperate try catch in the main workflow, if needed.

Expand
title[open] Central Storage Path activity, doesn#t work in snippet workflows

Issue:

Workflows can’t show the output of the central storage path activities on the portal, if they are used in snippets. The activities are working only in main workflows.

Status:

open

...