Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 7 Next »

This is a preview page

Inoffical Release 7.2.0

This release requires you to execute some manual steps that are not yet included in the installer!

This release will be deleted once the installer is adjusted accordingly and a new internal 7.2.1 version will be released.

After update steps

  • Set a new password for service account identity elsa_workflow_api_user in the identity management UI and remember what password you used

  • Open ElsaWorkflow_ApplicationConfiguration.json with the MachineCryptoTool

  • Set the “Password” value to the same password from the first step

  • Adjust the PASSWORD in the following SQL command to the same password

  • Adjust the IdentityPrefix c1s in the following SQL command to the value from the table moving_global.security_app_customer in the column identity_prefix

  • Execute the SQL

    INSERT INTO `moving_appcustomer_900000`.`setting_setting_value` (`tenant_id`, `security_user_id`, `setting_id`, `string_value`, `setting_module_guid`) VALUES ('1', '0', '2', '{\"ServiceUserUserName\":\"elsa_workflow_api_user\", \"ServiceUserPassword\":\"PASSWORD\", \"IdentityPrefix\":\"c1s\"}', '2C34DA73-B87D-4444-8EB9-ED80B5A86BB3'); 
  • Open C:\Program Files\ITSENSE AG\Workflow Dashboard\appsettings.json

  • Insert the part on line 16 to 18 into this JSON file, don’t forget the comma on line 15!

    {
      "Logging": {
        "LogLevel": {
          "Default": "Information",
          "Microsoft": "Warning",
          "Microsoft.Hosting.Lifetime": "Information"
        }
      },
      "AllowedHosts": "*",
      "Elsa": {
        "Server": {
          "BaseUrl": "https://workflow.itsense.ch:9001",
          "BasePath": "/workflows"
        }
      },
      "AuthorizationServer": "https://login-staging.itsense.ch",
      "ClientId": "cos_workflowservice",
      "Secret": "workflowrunnersecret"
    }
  • Change the value of AuthorizationServer to the URL of the auth server

  • Change the ClientId and ClientSecret to the same values like the ClientId and ClientSecret from ElsaWorkflow_ApplicationConfiguration.json

CoreOne Admin UI

  • -

CoreOne Application API V2

  • -

CoreOne Authentication Services

  • The input field of TOTPs has been optimized

CoreOne Application Services

  • Password Policies now have a generate password workflow. Whenever a new password has to be generated, that workflow will be executed.

CoreOne Database Service

  • -

CoreOne Self Service Management Portal

  • The SignalR connection handling has been improved. This affects mainly the task notifications.

  • The activation of a company has been improved.

  • The versioning of resources like JavaScript bundles have been improved.

  • The task list on the dashboard now also available as a dedicated menu entry.

CoreOne AD System Connector

  • The account options can now be set in the provisioning configuration

CoreOne Universal Importer

  • -

CoreOne Legacy Workflow Services

  • -

CoreOne Next-Gen Workflow Services

  • There is a new GenerateDocumentFromWordTemplate Activity

CoreOne Next-Gen Workflow Administration Service

  • No labels