Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

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

 [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

 [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.

 [in Progress] 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

 [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

 [in progress] Powershell remote session permissions

Issue:

The MS Powershell process doesn’t detect user permission changes, if there was still a remote session before with the same user to a different server and the user got new permissions after.

Status:

in Progress

Solution:

Restart the execution agent.

 [in progress] cursor navigation in input fields losse the focus and select the navbar

Issue:

Courser navigation in input fields is not possible, because the focus switch always to the navbar on the portal.

Status:

in Progress

 [in progress] Get certificate binding of component, shows always "The system cannot find the file specified"

Issue:

It’s not possible to see the currently assigned certificate of a flowster component via the platform status.

Status:

in Progress

 [in progress] It's not possible to add an administrative subrole in flobal variables

Issue:

It is not possible to add a flowster administrative role, which is a subrole, to a global variable folder as permission.

Status:

in Progress

 [in progress] Administrative user can see more workflows in portal as allowed.

Issue:

A user have administrative permissions in selected workflow categories and normal user permissions in different workflow categories for selected workflows. But the user can see all workflows of the categories where he have only normal user right and not only the selected once.

Status:

in Progress

 [in progress] Recurrent scheduled workflows start executing more times after agent restart

Issue:

Recurrent scheduled workflows will be executed more times as expected, if the executen agent was down during the planned execution time and the fallback flag was set to true. In this case, the system catches up not only one execution, but all missed executions.

Status:

in Progress

 [in progress] Scheduling accept form shows english language, even if german is set

Issue:

The scheduling accept form for activate / deactivate shows the message always in english, even if german language is set.

Status:

in Progress

 [in progress] Recurrent scheduled workflows start executing more times after agent restart

Issue:

Recurrent scheduled workflows will be executed more times as expected, if the executen agent was down during the planned execution time and the fallback flag was set to true. In this case, the system catches up not only one execution, but all missed executions.

Status:

in Progress

 [in progress] Workflow check-in via the designer is not successfull

Issue:

The workflow version and comment dialog, is not displayed during workflow check-in. This means that the workflow is not saved to the database.

Status:

in Progress

Solution:

This error occurs when the workflow tree is reloaded in Designer and the tree has not been reopened to the current workflow timestamp. If you reopen the workflow tree to the current workflow timestamp after reloading, the check-in will work as usual.

 [in progress] Scheduling pdf report format issue

Issue:

The scheduling pdf report doesn’t show the workflow parameters correctly, if the parameter include long values.

Status:

in Progress

 [in progress] Workflow check-in via the designer is not successfull

Issue:

The workflow version and comment dialog, is not displayed during workflow check-in. This means that the workflow is not saved to the database.

Status:

in Progress

Solution:

This error occurs when the workflow tree is reloaded in Designer and the tree has not been reopened to the current workflow timestamp. If you reopen the workflow tree to the current workflow timestamp after reloading, the check-in will work as usual.

 [in progress] Postgre SQL Query activity connection issue

Issue:

It may happen that the postgre sql query activity cannot execute a query because the database takes longer to connect.

Status:

in Progress

 [in progress] Automatic log cleaning function throw error message

Issue:

Automatic log cleaning function throw error messages in platform logs, if no log entry needs to be cleared.

Status:

in Progress

 [in progress] Workflow form summary page doesn't appear, if the workflow include many parameters

Issue:

The workflow form summary page doesn’t appear and the workflow starts diretcly, if the workflow form include many parameters.

Status:

in Progress

 [in progress] Administrative user can't activate / deactivate a workflow timestamp

Issue:

Administrative user with permissions bases on a admin permission template can’t activate / deactivate a workflow timestamp in the administrator.

Status:

in progress

Errormessages:

The Platformlog include following error message:

  1.  ChangeActiveWorkflowTimestamp() on n.n.n.n with guid nnnnn for tenant 1

  2. Exception: System.InvalidOperationException: The instance of entity type WfTimestamp cannot be tracked because another instance with the same key value for {Id} is already being tracked. When attaching existing entities, ensure that only one entity instance with a given key value is attached. Consider using DbContextOptionsBuilder.EnableSensitiveDataLogging to see the conflicting key values. StackTrace: at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.ThrowIdentityConflict(InternalEntityEntry entry) at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IdentityMap`1.Add(TKey key, InternalEntityEntry entry, Boolean updateDuplicate) at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.StartTracking(InternalEntityEntry entry) at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry.SetEntityState(EntityState oldState, EntityState newState, Boolean acceptChanges) at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityGraphAttacher.PaintAction(EntityEntryGraphNode node, Boolean force) at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.EntityEntryGraphIterator.TraverseGraph[TState](EntityEntryGraphNode node, TState state, Func`3 handleNode) at Microsoft.EntityFrameworkCore.DbContext.SetEntityState[TEntity](TEntity entity, EntityState entityState) at FMS.Flowster.WFManagementService.WFManagementService.ChangeActiveWorkflowTimestamp(String workflowSource, Int32 timestampId, Int32 displayNameId, Boolean isDefault) in C:\Users\stoehr\Source\Repos\Flowster Studio\vNext\RestApi\WFManagementService\WFManagementService.cs:line 5962

 [in progress] Workflow check-in via the designer is not successfull

Issue:

The workflow version and comment dialog, is not displayed during workflow check-in. This means that the workflow is not saved to the database.

Status:

in Progress

Solution:

This error occurs when the workflow tree is reloaded in Designer and the tree has not been reopened to the current workflow timestamp. If you reopen the workflow tree to the current workflow timestamp after reloading, the check-in will work as usual.

 [in progress] Workflow form link is not working

Issue:

Workflow form link shows “no active timestamp available”, if the workflow is member of a subcategory.

Status:

in Progress

Errormessages:

 [in progress] User Displayname won't be updated, if displayname changed in the Active Directory

Issue:

The User displayname is not updated in flowster, if the name has changed in the active directory and the have permissions to access the portal via a group and is not directly assigned.

Status:

in Progress

 [in progress] Users from Azure AD Groups can't login to the portal

Issue:

Azure AD users with Flowster Portal permissions via an azure ad group, can’t login to the portal-

The users needs to be diretcly assigned.

Status:

in Progress

 [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

 [in 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:

in Progress

  • No labels