Versions Compared

Key

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

...

Expand
title[done - solved with 5.3.1] 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:

done - solved with 5.3.1

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[in Progress done - solved with 5.3.1] Central Storage Path activity, does'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:

in Progress done - solved with 5.3.1

Expand
title[done - solved with 5.3.1] Workflow form doesn't show parameters in a seperate parameter group

Issue:

it can happen, that workflow forms with multiple parameter groups and visibility expressions have problems with the loading and displaying of a parameter group. The selected parameter group will be empty, but the parameters are visible, when you switch back to the parameter group before and back again.

Status:

done - solved with 5.3.1

...