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[in progress] The activity HTML Composer incorrectly resolves variables with equal parts of names

Issue:

The HTML Composer activity incorrectly resolves variables with equal parts of names.
Example:

  1. ${using:flowster} = Demo

  2. ${using:flowsterID} = 12234

  3. ${using:flowsterName} = Testing

Result:

  1. demo

  2. demoID

  3. demoName

Status:

in Progress

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[openin Progress] Central Storage Path activity, doesn#t 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:

openin Progress

Expand
title[in progress] 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:

in Progress

...

Expand
title[in progress] Workflow timestamp assignment to an already scheduled workflow is not working

Issue:

A different timestamp should be assigned to an existing scheduled workflow. The assignement will be done and correctly displayed on the scheudling page, but the execution logs shows an execution of the previous scheduled workflow.

The scheduling needs to be removed and created again with the needed timestamp.

Status:

in Progress

Expand
title[openin Progress] Custom Gui changes are not updated

Issue:

Workflows with a custom gui configuration in the parameter configuration needs to go into the custom gui editor and click on save, after they changed the parameter setup.

Status:

openin Progress