Git Product home page Git Product logo

activiti-modeling-app's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

activiti-modeling-app's Issues

npm start failed

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:

Start app failed
image

Create BPMN diagram using modeling app deployed locally without auth

I would like to visually model a bpmn diagram using the activiti modeling app. I also want to disable authentication in order to avoid deploying keycloak and any other components. I tried with the docker-run command mentioned in the README file but it fails since there is no docker repository on docker-hub named "alfresco/alfresco-modeling-app:latest"

How can I deploying alfresco-modeling-app locally without authentication allowing anyone to access the application?

Thanks.

How can I choose languages other than en and jp?

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation
    How can I choose languages other than en and jp?
    Current behaviour:

Only en and jp in language selection.

Expected behavior:

Any other languages is resources.

Steps to reproduce the issue:

Login and choose languages.

Component name and version:

activiti/activiti-modeling-app:7.1.0-M14

Browser and version:

Node version (for build issues):

New feature request:

How to integrate this app in my spring-boot project

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:
I want to integrate this app into my own spring boot application, I want to use this app's page to design Activiti BPMN Diagrams.
There is some way in version 5.22, But I can't find some way in this version.

Expected behavior:
Give some blogs or some demos to show how to integrate, Thanks!

How does it integrate into your own application????

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

New feature request:
I think a designer should provide a better degree of freedom than it does now.
Now I have to build an authorized server to use. All I need is a simple designer, and you provide the interface related to RBAC.
Now, to make things even more confusing, what information do you need to return for authorization without a document.
I felt too closed, I needed a designer for Activiti, but the result was such a complex thing that it was not easy to do and not very useful.
I think a good designer only needs to provide the appropriate interface and what data to prepare, not to make fancy. Good applications are not as complex as possible. The best thing to do is to make it easy to use, easy to extend and integrate.

export extensions inconsistent

when I export a process definition the output file has a .bpmn20 extension but when I export a zip the file contained in it for that process has .bpmn20.xml extension

Documentation

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:

Unclear how to run this app. npm start leads to page with errors in console

Expected behavior:

Docs with examples

Steps to reproduce the issue:

Follow current docs

Component name and version:

Browser and version:

Node version (for build issues):

New feature request:

modeler lost parameters

Type of issue: (check with "[x]")

  • New feature request
  • [x ] Bug
  • Support request
  • Documentation

Current behaviour:
process variable added in the modeler tool, didn't saved into diagram xml file.

Expected behavior:
process variables should saved in diagram xml file

Steps to reproduce the issue:

  1. setup k8s cluster
  2. install Activiti Cloud
  3. login into modeler application, create project, create process diagram.
  4. edit process variables, add a var named my_variable.
  5. save the diagram, download it
  6. open Sublime text, find character "my_variable", not found

Component name and version:
7.0.0.SR1

Browser and version:
Chrome

Questions about the Model

Version: 7.1.0 - M16 ,Compared with 6.x, the Service Task has many fewer properties, especially the listener, which cannot be set. The same goes for the User Task . The Receive Task is not seen.

1643463696(1)

keycloak token expiry can require a full page refresh

I was working on an app which has two processes and found that my keycloak token expired. I found this when I switched between processes and saw:

image

i.e. unauthorized. I then did a full page refresh from my browser and my token automatically got refreshed. But actions within the page such as switching between process definitions doesn't lead to a refresh.

npm start failed because of json format

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:

npm start

[email protected] prestart
mkdir -p ./app/.tmp && npm run assemble-app-config && npm run validate-app-config

[email protected] assemble-app-config
envsub --env-file ./.env --env APP_CONFIG_BPM_HOST=http://localhost:4201 --env APP_CONFIG_ECM_HOST=http://localhost:4201 --all ./app/src/app.config.json.tpl ./app/.tmp/app.config.json

Skipping environment variable file './.env' due to ENOENT: no such file or directory, open './.env'

[email protected] validate-app-config
ajv validate -s ./node_modules/@alfresco/adf-core/app.config.schema.json -d ./app/.tmp/app.config.json --errors=text --verbose

error: /Users/danny/weixing/activiti-modeling-app/app/.tmp/app.config.json: Unexpected token $ in JSON at position 560

Expected behavior:

Steps to reproduce the issue:

Component name and version:

Browser and version:

Chrome 104.0.5112.101 (x86_64)

Node version (for build issues):

v16.15.0

New feature request:

How can I convert “sid-34A28443-B7B0-4438-8421-AAC86A1DA15B” to “exclusiveGateway1”?

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:

I noticed that when input "exclusiveGateway1" it changes to "sid-34A28443-B7B0-4438-8421-AAC86A1DA15B"。How can I convert “sid-34A28443-B7B0-4438-8421-AAC86A1DA15B” to “exclusiveGateway1” on the server side.

Expected behavior:

I want to convert “sid-34A28443-B7B0-4438-8421-AAC86A1DA15B” to “exclusiveGateway1” on the server side.

Steps to reproduce the issue:

Component name and version:

Browser and version:

Node version (for build issues):

New feature request:

Support for extensionElements

Type of issue: (check with "[x]")

  • [ X] New feature request
  • [ X] Bug
  • Support request
  • Documentation

Current behaviour:
Right now there is no way to define extensionElements fro the task. When I do this manually in the XML editor than after save extensionElements section is dropped.

Expected behavior:
It should not be dropped. Possibility to edit this in the UI will be awesome :)

can only import .bpmn files

I would expect .bpmn , .bpmn20.xml and .bpmn20 to be valid extensions but only .bpmn is accepted for import

Invalid parameter: redirect_uri

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:
When download source code and execute "npm intall" and "npm run start:prod" after started and no errors. When i open http://ip:4100 then the web browser redirect "http://activiti-keycloak.35.204.66.71.nip.io/auth/realms/activiti/protocol/openid-connect/auth?client_id=activiti&redirect_uri=http%3A%2F%2F10.0.251.138%3A4100%2F&scope=openid&response_type=id_token%20token&nonce=gZUtk7HYyX3ZZx9icdi3umk06TpMKviAsyYFFGdH" and display "We're sorry...
Invalid parameter: redirect_uri "

Expected behavior:

Steps to reproduce the issue:

Component name and version:
7.0.x

Browser and version:

Node version (for build issues):

New feature request:

Set up problems

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:
I feel a bit lost setting up the development server. For now i just want to test cloud modeling but i cant set it up right. When setting up the .env file i am supposed to replace API_HOST and OAUTH_HOST i guess. So i set up a keycloak server with a user and the ACTIVITI_MODELER role. (would be nice to see a hint that this role is needed in the readme). When i open http://localhost:4200 i cant create a new project. In the browser console i get:

Failed to load resource: the server responded with a status of 401 (Unauthorized)
http://localhost:4200/alfresco/api/-default-/public/authentication/versions/1/tickets/-me-

and

main.js:13881 Error: Uncaught (in promise): Object: {"error":{"original":null,"response":{"req":{"method":"GET","url":"http://localhost:4200/alfresco/api/-default-/public/authentication/versions/1/tickets/-me-","headers":{"authorization":"Bearer ...

Steps to reproduce the issue:
clone https://github.com/activiti/activiti-modeling-app and https://github.com/Activiti/activiti-cloud-modeling-service. Setup keycloak server. My config:

API_HOST="http://localhost:8080"
OAUTH_HOST="http://localhost:8180/auth/realms/test"
E2E_HOST="http://localhost:4200"

Browser and version:
Chrome

Set-Up Problems

Type of issue:

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:
Hello, I am evaluating different BPMN Modeler and try to get the Activiti Modelling App started, but quite a few errors occur and I do not know how to fix all of them.

Currently, the login does not work. npm start compiles successfully and I get to the login UI. But when I try to enter any of the credentials listed in the .env file, the UI shows You've entered an unknown username or password while the console logs ERROR TypeError: alfrescoApiService.getInstance().oauth2Auth is undefined.

Expected behavior:
Successful login and ready to start modelling.

Steps to reproduce the issue:

  • Download activiti-modeling-app-7.1.0-M17.zip -> unzip
  • Follow steps in README.md
    • Run npm install
    • Create .env file and copy/paste values
    • tried to run npm start which ended with errors -> since I work on Windows, I had to change a few things in the package.json:
      • replace / with \\
      • replace mkdir -p with if not exist <path> mkdir <path
    • run docker build command according to README.md
    • run docker run -it -e APP_CONFIG_OAUTH2_HOST="http://localhost:4201/auth/realms/activiti" -e APP_CONFIG_OAUTH2_CLIENTID="activiti" -e APP_CONFIG_BPM_HOST="http://localhost" -p 8080:80 alfresco/alfresco-apps:latest

What my .env looks like:

# App config settings
#APP_CONFIG_BPM_HOST="<url>"
APP_CONFIG_BPM_HOST="http://localhost:4201"
#APP_CONFIG_ECM_HOST="<url>"
APP_CONFIG_ECM_HOST="http://localhost:4201"

#APP_CONFIG_OAUTH2_HOST="<url>"
APP_CONFIG_OAUTH2_HOST="http://localhost:4201/auth/realms/alfresco/auth"

#APP_CONFIG_IDENTITY_HOST="<url>"
APP_CONFIG_IDENTITY_HOST="http://localhost:4201/auth/realms/alfresco/auth/admin"

APP_CONFIG_PROVIDER="ALL"
APP_CONFIG_AUTH_TYPE="OAUTH"
APP_CONFIG_OAUTH2_CLIENTID="alfresco"
APP_CONFIG_OAUTH2_IMPLICIT_FLOW=true
APP_CONFIG_OAUTH2_SILENT_LOGIN=true
APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI="{protocol}//{hostname}{:port}/assets/silent-refresh.html"
APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/
APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/
APP_CONFIG_APPS_DEPLOYED="[{"name": "simpleapp"}]"

# MODELING RELATED
APP_CONFIG_NOTIFICATION_LAST=6000
APP_CONFIG_SHOW_NOTIFICATION_HISTORY=true

# E2E settings
E2E_USE_MOCK_BACKEND=true
E2E_HOST="http://localhost"
E2E_PORT="4200"
BROWSER_RUN="true"
E2E_PREFIX="e2e"
SMART_RUNNER_DIRECTORY=".protractor-smartrunner"
SAVE_SCREENSHOT="true"
SCREENSHOT_URL="<url>"
SCREENSHOT_PASSWORD="test"
LOG_LEVEL="TRACE"
LOG=true

# Test user credentials
E2E_USERNAME="e2e"
E2E_PASSWORD="test"
E2E_UNAUTHORIZED_USER="e2e_unauth"
E2E_UNAUTHORIZED_USER_PASSWORD="test"
IDENTITY_USER_EMAIL="identity_user_email"
IDENTITY_USER_PASSWORD="test"
SUPERADMIN_EMAIL="superadmin_email"
SUPERADMIN_PASSWORD="test"
DEVOPS_EMAIL="devops_email"
DEVOPS_PASSWORD="test"
MODELER_EMAIL="user"
MODELER_PASSWORD="test"
PROCESS_ADMIN_EMAIL="process_admin_email"
PROCESS_ADMIN_PASSWORD="test"
HR_USER="hr"
HR_USER_PASSWORD="test"
ADMIN_EMAIL="[email protected]"
ADMIN_PASSWORD="test"

Browser and version:
Firefox 98.00

Node version (for build issues):
v14.15.4

"npm run build" run fail

**Type of issue:Documentation

**Node version (for build issues): 14.15

### [stack info]:
[@ activiti-modeling-app-master]$ npm run build

[email protected] prebuild /***/activiti-modeling-app-master
mkdir -p ./app/.tmp && cp ./app/src/app.config.json.tpl ./app/.tmp/app.config.json

[email protected] build /***/activiti-modeling-app-master
NODE_OPTIONS=--max_old_space_size=8192 ${NG_CLI:-nx} build

nx run [project][:target][:configuration] [_..]

Run a target for a project
(e.g., nx run myapp:serve:production).

You can also use the infix notation to run a target:
(e.g., nx serve myapp --configuration=production)

You can skip the use of Nx cache by using the --skip-nx-cache option.

Options:
--version Show version number [boolean]
--prod Use the production configuration [boolean] [default: false]
-c, --configuration Target configuration [string]
--project Target project [string]
--output-style Defines how Nx emits outputs tasks logs
[string] [choices: "dynamic", "static", "stream", "stream-without-prefixes", "compact"]
--nx-bail Stop command execution after the first failed task [boolean] [default: false]
--nx-ignore-cycles Ignore cycles in the task graph [boolean] [default: false]

Error: Both project and target have to be specified
at parseRunOneOptions (//activiti-modeling-app-master/node_modules/nx/src/command-line/run-one.js:76:15)
at Object. (/
/activiti-modeling-app-master/node_modules/nx/src/command-line/run-one.js:20:22)
at Generator.next ()
at fulfilled (/***/activiti-modeling-app-master/node_modules/tslib/tslib.js:115:62)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: NODE_OPTIONS=--max_old_space_size=8192 ${NG_CLI:-nx} build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /***/.npm/_logs/2023-02-02T10_15_13_838Z-debug.log

followed by README but failed

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:

step:

  1. git clone xxx
  2. cd ./activiti-modeling-app
  3. touch .evn then write
API_HOST="http://my-acm.implementation.com/whatever"
OAUTH_HOST="http://my-acm.implementation.com/auth/realms/whatever"
  1. npm install
  2. npm start
    I hope it can be seen something when I open http://localhost:4100 but It failed just show this in console
    image
    Hope someone can solve my problem
    when I runnpm start there are something show In my terminal
 activiti-modeling-app git:(master) ✗ npm start

> [email protected] prestart /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app
> npm run validate-config && rimraf dist && npm run compile-less && npm run package:sdk


> [email protected] validate-config /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app
> ajv validate -s ./node_modules/@alfresco/adf-core/app.config.schema.json -d ./src/app.config.json --errors=text --verbose

./src/app.config.json valid

> [email protected] compile-less /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app
> lessc ./node_modules/bpmn-js-properties-panel/styles/properties.less .tmp/bpmn-properties.css


> [email protected] package:sdk /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app
> npm run build:sdk && npm run pack:sdk


> [email protected] build:sdk /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app
> ng build ama-sdk --prod

Building Angular Package
Building entry point 'ama-sdk'
Compiling TypeScript sources through ngc
Bundling to FESM2015
Bundling to FESM5
Bundling to UMD
No name was provided for external module 'ngx-monaco-editor' in output.globals – guessing 'ngxMonacoEditor'
No name was provided for external module 'ajv/dist/ajv.min' in output.globals – guessing 'Ajv'
No name was provided for external module '@alfresco/adf-core' in output.globals – guessing 'adfCore'
No name was provided for external module '@ngrx/store' in output.globals – guessing 'store'
No name was provided for external module '@ngrx/entity' in output.globals – guessing 'entity'
No name was provided for external module '@auth0/angular-jwt' in output.globals – guessing 'angularJwt'
No name was provided for external module 'moment-es6' in output.globals – guessing 'moment'
Minifying UMD bundle
WARN: Dropping unreachable code [0:1432,12]
WARN: Declarations in unreachable code! [0:1432,12]
WARN: Declaring el as function [0:5887,20]
WARN: Declaring Aa as function [0:1178,8]
WARN: Declaring Ja as function [0:1209,8]
WARN: Declaring Qa as function [0:1258,8]
WARN: Declaring nb as function [0:1506,8]
WARN: Declaring pb as function [0:1515,8]
WARN: Declaring rb as function [0:1524,8]
WARN: Declaring Kb as function [0:1856,8]
WARN: Declaring Lb as function [0:1869,8]
WARN: Declaring Mb as function [0:1876,8]
WARN: Declaring Ob as function [0:1893,8]
WARN: Declaring Wb as function [0:2077,8]
WARN: Declaring Yb as function [0:2087,8]
WARN: Declaring $b as function [0:2097,8]
WARN: Declaring gc as function [0:2189,8]
WARN: Declaring ic as function [0:2198,8]
WARN: Declaring kc as function [0:2207,8]
WARN: Declaring mc as function [0:2216,8]
WARN: Declaring oc as function [0:2225,8]
WARN: Declaring qc as function [0:2234,8]
WARN: Declaring sc as function [0:2242,8]
WARN: Declaring uc as function [0:2251,8]
WARN: Declaring Ac as function [0:2361,8]
WARN: Declaring Cc as function [0:2370,8]
WARN: Declaring Ec as function [0:2379,8]
WARN: Declaring Kc as function [0:2592,8]
WARN: Declaring Lc as function [0:2606,8]
WARN: Declaring Hd as function [0:6698,8]
Copying declaration files
Writing package metadata
Removing scripts section in package.json as it's considered a potential security vulnerability.
Built ama-sdk
Built Angular Package!
 - from: /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app/projects/ama-sdk
 - to:   /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app/dist/ama-sdk

> [email protected] pack:sdk /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app
> cd dist/ama-sdk && npm pack

npm notice 
npm notice 📦  [email protected]
npm notice === Tarball Contents === 
npm notice 892B    package.json                                                                                   
npm notice 2.6kB   ama-sdk.d.ts                                                                                   
npm notice 149.2kB ama-sdk.metadata.json                                                                          
npm notice 1.7kB   public_api.d.ts                                                                                
npm notice 710B    typings.d.ts                                                                                   
npm notice 769.3kB bundles/ama-sdk.umd.js                                                                         
npm notice 360.1kB bundles/ama-sdk.umd.js.map                                                                     
npm notice 97.5kB  bundles/ama-sdk.umd.min.js                                                                     
npm notice 337.1kB bundles/ama-sdk.umd.min.js.map                                                                 
npm notice 12.2kB  esm2015/ama-sdk.js                                                                             
npm notice 6.7kB   esm2015/lib/api-implementations/acm-api/acm-api.js                                             
npm notice 10.9kB  esm2015/lib/api-implementations/acm-api/acm-api.module.js                                      
npm notice 2.6kB   esm2015/lib/api-implementations/acm-api/content-types.js                                       
npm notice 3.5kB   esm2015/lib/api-implementations/acm-api/form-definition.js                                     
npm notice 22.0kB  esm2015/lib/api-implementations/acm-api/model-api.js                                           
npm notice 5.6kB   esm2015/lib/api-implementations/acm-api/model-variations/connector-api-variation.js            
npm notice 6.0kB   esm2015/lib/api-implementations/acm-api/model-variations/data-api-variation.js                 
npm notice 5.6kB   esm2015/lib/api-implementations/acm-api/model-variations/decision-table-api-variations.js      
npm notice 6.0kB   esm2015/lib/api-implementations/acm-api/model-variations/form-api-variation.js                 
npm notice 6.3kB   esm2015/lib/api-implementations/acm-api/model-variations/process-api-variation.js              
npm notice 6.1kB   esm2015/lib/api-implementations/acm-api/model-variations/ui-api-variation.js                   
npm notice 5.8kB   esm2015/lib/api-implementations/acm-api/process-api.js                                         
npm notice 15.9kB  esm2015/lib/api-implementations/acm-api/project-api.js                                         
npm notice 14.0kB  esm2015/lib/api-implementations/acm-api/request-api.helper.js                                  
npm notice 5.7kB   esm2015/lib/api/api.interface.js                                                               
npm notice 4.7kB   esm2015/lib/api/generalmodel-api.interface.js                                                  
npm notice 5.1kB   esm2015/lib/api/project-api.interface.js                                                       
npm notice 2.7kB   esm2015/lib/api/public_api.js                                                                  
npm notice 20.8kB  esm2015/lib/api/types.js                                                                       
npm notice 5.9kB   esm2015/lib/code-editor/code-editor.module.js                                                  
npm notice 12.8kB  esm2015/lib/code-editor/components/code-editor/code-editor.component.js                        
npm notice 3.0kB   esm2015/lib/code-editor/helpers/file-uri.js                                                    
npm notice 3.1kB   esm2015/lib/code-editor/public_api.js                                                          
npm notice 5.2kB   esm2015/lib/code-editor/services/code-editor-service.service.js                                
npm notice 7.3kB   esm2015/lib/code-editor/services/code-validator.service.js                                     
npm notice 22.3kB  esm2015/lib/components/input-mapping-table/input-mapping-table.component.js                    
npm notice 4.5kB   esm2015/lib/components/input-mapping-table/input-mapping-table.module.js                       
npm notice 2.3kB   esm2015/lib/components/input-mapping-table/public_api.js                                       
npm notice 15.2kB  esm2015/lib/components/output-mapping-table/output-mapping-table.component.js                  
npm notice 4.5kB   esm2015/lib/components/output-mapping-table/output-mapping-table.module.js                     
npm notice 2.3kB   esm2015/lib/components/output-mapping-table/public_api.js                                      
npm notice 8.1kB   esm2015/lib/confirmation-dialog/components/confirmation-dialog/confirmation-dialog.component.js
npm notice 5.0kB   esm2015/lib/confirmation-dialog/confirmation-dialog.module.js                                  
npm notice 2.4kB   esm2015/lib/confirmation-dialog/public_api.js                                                  
npm notice 6.0kB   esm2015/lib/confirmation-dialog/services/dialog.service.js                                     
npm notice 5.4kB   esm2015/lib/connector-editor/connector-editor.actions.js                                       
npm notice 9.2kB   esm2015/lib/connector-editor/connector-editor.selectors.js                                     
npm notice 3.8kB   esm2015/lib/connector-editor/connector-entities.state.js                                       
npm notice 2.8kB   esm2015/lib/connector-editor/public_api.js                                                     
npm notice 3.1kB   esm2015/lib/extension/connector-editor.js                                                      
npm notice 2.1kB   esm2015/lib/extension/public_api.js                                                            
npm notice 4.6kB   esm2015/lib/helpers/common.js                                                                  
npm notice 11.9kB  esm2015/lib/helpers/components/entity-dialog/entity-dialog.component.js                        
npm notice 5.5kB   esm2015/lib/helpers/components/header-breadcrumbs/header-breadcrumbs.component.js              
npm notice 10.5kB  esm2015/lib/helpers/directives/allowed-characters.directive.js                                 
npm notice 2.3kB   esm2015/lib/helpers/primitive-types.js                                                         
npm notice 4.4kB   esm2015/lib/helpers/public_api.js                                                              
npm notice 6.5kB   esm2015/lib/helpers/shared.module.js                                                           
npm notice 10.1kB  esm2015/lib/helpers/unsaved-page.guard.js                                                      
npm notice 2.4kB   esm2015/lib/helpers/utils/arrayize.js                                                          
npm notice 8.5kB   esm2015/lib/helpers/utils/create-entries-names.js                                              
npm notice 3.1kB   esm2015/lib/helpers/utils/createJsonBlob.js                                                    
npm notice 5.0kB   esm2015/lib/helpers/utils/empty-decision-table.js                                              
npm notice 6.1kB   esm2015/lib/helpers/utils/empty-diagram.js                                                     
npm notice 3.6kB   esm2015/lib/helpers/utils/log-filters.js                                                       
npm notice 5.2kB   esm2015/lib/helpers/utils/logging.functions.js                                                 
npm notice 3.0kB   esm2015/lib/i18n/provide-translations.js                                                       
npm notice 2.1kB   esm2015/lib/i18n/public_api.js                                                                 
npm notice 4.2kB   esm2015/lib/interfaces/model-creator.interface.js                                              
npm notice 2.2kB   esm2015/lib/interfaces/model-editor-routes.js                                                  
npm notice 4.0kB   esm2015/lib/interfaces/model-filter.interface.js                                               
npm notice 3.1kB   esm2015/lib/interfaces/model-uploader.interface.js                                             
npm notice 2.6kB   esm2015/lib/interfaces/public_api.js                                                           
npm notice 4.5kB   esm2015/lib/process-editor/bpmn-element.js                                                     
npm notice 7.2kB   esm2015/lib/process-editor/bpmn-modeler.js                                                     
npm notice 3.1kB   esm2015/lib/process-editor/cardview-properties/decision-task-item.model.js                     
npm notice 3.4kB   esm2015/lib/process-editor/cardview-properties/default-sequence-flow-item.model.js             
npm notice 3.6kB   esm2015/lib/process-editor/cardview-properties/form-key.model.js                               
npm notice 3.3kB   esm2015/lib/process-editor/cardview-properties/implementation-item.model.js                    
npm notice 7.7kB   esm2015/lib/process-editor/palette.js                                                          
npm notice 3.9kB   esm2015/lib/process-editor/process-editor.actions.js                                           
npm notice 8.9kB   esm2015/lib/process-editor/process-editor.selectors.js                                         
npm notice 6.1kB   esm2015/lib/process-editor/properties.js                                                       
npm notice 4.0kB   esm2015/lib/process-editor/public_api.js                                                       
npm notice 10.3kB  esm2015/lib/schemas/connector.schema.js                                                        
npm notice 19.5kB  esm2015/lib/schemas/data.schema.js                                                             
npm notice 2.7kB   esm2015/lib/schemas/decision-table.schema.js                                                   
npm notice 1.6kB   esm2015/lib/schemas/extensions.schema.js                                                       
npm notice 166.9kB esm2015/lib/schemas/form.schema.js                                                             
npm notice 3.6kB   esm2015/lib/schemas/properties.schema.js                                                       
npm notice 3.7kB   esm2015/lib/schemas/public_api.js                                                              
npm notice 5.6kB   esm2015/lib/schemas/ui.schema.js                                                               
npm notice 6.1kB   esm2015/lib/services/ama-authentication.service.js                                             
npm notice 4.4kB   esm2015/lib/services/ama-services.module.js                                                    
npm notice 7.2kB   esm2015/lib/services/auth.service.js                                                           
npm notice 4.7kB   esm2015/lib/services/blob.service.js                                                           
npm notice 5.6kB   esm2015/lib/services/download-resource.service.js                                              
npm notice 3.0kB   esm2015/lib/services/public_api.js                                                             
npm notice 4.2kB   esm2015/lib/services/title.service.js                                                          
npm notice 2.7kB   esm2015/lib/services/uuid.service.js                                                           
npm notice 6.2kB   esm2015/lib/store/ama-store.module.js                                                          
npm notice 10.9kB  esm2015/lib/store/app.actions.js                                                               
npm notice 8.1kB   esm2015/lib/store/app.selectors.js                                                             
npm notice 5.4kB   esm2015/lib/store/app.state.js                                                                 
npm notice 4.8kB   esm2015/lib/store/base.effects.js                                                              
npm notice 4.0kB   esm2015/lib/store/entities.js                                                                  
npm notice 5.7kB   esm2015/lib/store/entity.actions.js                                                            
npm notice 6.1kB   esm2015/lib/store/entity.selectors.js                                                          
npm notice 2.9kB   esm2015/lib/store/logging.actions.js                                                           
npm notice 2.9kB   esm2015/lib/store/project-data.state.js                                                        
npm notice 2.6kB   esm2015/lib/store/project-tree.state.js                                                        
npm notice 5.1kB   esm2015/lib/store/project.actions.js                                                           
npm notice 4.3kB   esm2015/lib/store/project.selectors.js                                                         
npm notice 3.3kB   esm2015/lib/store/project.state.js                                                             
npm notice 5.0kB   esm2015/lib/store/public_api.js                                                                
npm notice 26.5kB  esm2015/lib/variables/properties-viewer/properties-viewer.component.js                         
npm notice 11.0kB  esm2015/lib/variables/properties-viewer/value-type-input.component.js                          
npm notice 4.3kB   esm2015/lib/variables/properties-viewer/value-type-inputs/boolean-input.component.js           
npm notice 7.9kB   esm2015/lib/variables/properties-viewer/value-type-inputs/date-input.component.js              
npm notice 4.7kB   esm2015/lib/variables/properties-viewer/value-type-inputs/integer-input.component.js           
npm notice 4.2kB   esm2015/lib/variables/properties-viewer/value-type-inputs/string-input.component.js            
npm notice 3.8kB   esm2015/lib/variables/properties-viewer/value-type-inputs/value-type-inputs.mapping.js         
npm notice 2.4kB   esm2015/lib/variables/public_api.js                                                            
npm notice 14.8kB  esm2015/lib/variables/variables.component.js                                                   
npm notice 7.9kB   esm2015/lib/variables/variables.module.js                                                      
npm notice 3.5kB   esm2015/lib/variables/variables.service.js                                                     
npm notice 9.5kB   esm2015/public_api.js                                                                          
npm notice 12.2kB  esm5/ama-sdk.js                                                                                
npm notice 6.6kB   esm5/lib/api-implementations/acm-api/acm-api.js                                                
npm notice 11.1kB  esm5/lib/api-implementations/acm-api/acm-api.module.js                                         
npm notice 2.6kB   esm5/lib/api-implementations/acm-api/content-types.js                                          
npm notice 3.5kB   esm5/lib/api-implementations/acm-api/form-definition.js                                        
npm notice 24.1kB  esm5/lib/api-implementations/acm-api/model-api.js                                              
npm notice 6.3kB   esm5/lib/api-implementations/acm-api/model-variations/connector-api-variation.js               
npm notice 6.6kB   esm5/lib/api-implementations/acm-api/model-variations/data-api-variation.js                    
npm notice 6.3kB   esm5/lib/api-implementations/acm-api/model-variations/decision-table-api-variations.js         
npm notice 6.7kB   esm5/lib/api-implementations/acm-api/model-variations/form-api-variation.js                    
npm notice 7.1kB   esm5/lib/api-implementations/acm-api/model-variations/process-api-variation.js                 
npm notice 6.8kB   esm5/lib/api-implementations/acm-api/model-variations/ui-api-variation.js                      
npm notice 6.6kB   esm5/lib/api-implementations/acm-api/process-api.js                                            
npm notice 17.6kB  esm5/lib/api-implementations/acm-api/project-api.js                                            
npm notice 15.5kB  esm5/lib/api-implementations/acm-api/request-api.helper.js                                     
npm notice 5.9kB   esm5/lib/api/api.interface.js                                                                  
npm notice 4.7kB   esm5/lib/api/generalmodel-api.interface.js                                                     
npm notice 5.3kB   esm5/lib/api/project-api.interface.js                                                          
npm notice 2.7kB   esm5/lib/api/public_api.js                                                                     
npm notice 20.8kB  esm5/lib/api/types.js                                                                          
npm notice 6.2kB   esm5/lib/code-editor/code-editor.module.js                                                     
npm notice 13.9kB  esm5/lib/code-editor/components/code-editor/code-editor.component.js                           
npm notice 3.0kB   esm5/lib/code-editor/helpers/file-uri.js                                                       
npm notice 3.1kB   esm5/lib/code-editor/public_api.js                                                             
npm notice 5.8kB   esm5/lib/code-editor/services/code-editor-service.service.js                                   
npm notice 7.7kB   esm5/lib/code-editor/services/code-validator.service.js                                        
npm notice 23.7kB  esm5/lib/components/input-mapping-table/input-mapping-table.component.js                       
npm notice 4.8kB   esm5/lib/components/input-mapping-table/input-mapping-table.module.js                          
npm notice 2.3kB   esm5/lib/components/input-mapping-table/public_api.js                                          
npm notice 16.8kB  esm5/lib/components/output-mapping-table/output-mapping-table.component.js                     
npm notice 4.8kB   esm5/lib/components/output-mapping-table/output-mapping-table.module.js                        
npm notice 2.3kB   esm5/lib/components/output-mapping-table/public_api.js                                         
npm notice 8.4kB   esm5/lib/confirmation-dialog/components/confirmation-dialog/confirmation-dialog.component.js   
npm notice 5.3kB   esm5/lib/confirmation-dialog/confirmation-dialog.module.js                                     
npm notice 2.4kB   esm5/lib/confirmation-dialog/public_api.js                                                     
npm notice 6.6kB   esm5/lib/confirmation-dialog/services/dialog.service.js                                        
npm notice 5.7kB   esm5/lib/connector-editor/connector-editor.actions.js                                          
npm notice 9.5kB   esm5/lib/connector-editor/connector-editor.selectors.js                                        
npm notice 3.9kB   esm5/lib/connector-editor/connector-entities.state.js                                          
npm notice 2.8kB   esm5/lib/connector-editor/public_api.js                                                        
npm notice 3.1kB   esm5/lib/extension/connector-editor.js                                                         
npm notice 2.1kB   esm5/lib/extension/public_api.js                                                               
npm notice 4.6kB   esm5/lib/helpers/common.js                                                                     
npm notice 12.4kB  esm5/lib/helpers/components/entity-dialog/entity-dialog.component.js                           
npm notice 5.8kB   esm5/lib/helpers/components/header-breadcrumbs/header-breadcrumbs.component.js                 
npm notice 11.2kB  esm5/lib/helpers/directives/allowed-characters.directive.js                                    
npm notice 2.3kB   esm5/lib/helpers/primitive-types.js                                                            
npm notice 4.4kB   esm5/lib/helpers/public_api.js                                                                 
npm notice 6.8kB   esm5/lib/helpers/shared.module.js                                                              
npm notice 10.4kB  esm5/lib/helpers/unsaved-page.guard.js                                                         
npm notice 2.4kB   esm5/lib/helpers/utils/arrayize.js                                                             
npm notice 8.4kB   esm5/lib/helpers/utils/create-entries-names.js                                                 
npm notice 3.1kB   esm5/lib/helpers/utils/createJsonBlob.js                                                       
npm notice 5.1kB   esm5/lib/helpers/utils/empty-decision-table.js                                                 
npm notice 6.2kB   esm5/lib/helpers/utils/empty-diagram.js                                                        
npm notice 3.6kB   esm5/lib/helpers/utils/log-filters.js                                                          
npm notice 5.2kB   esm5/lib/helpers/utils/logging.functions.js                                                    
npm notice 3.0kB   esm5/lib/i18n/provide-translations.js                                                          
npm notice 2.1kB   esm5/lib/i18n/public_api.js                                                                    
npm notice 4.2kB   esm5/lib/interfaces/model-creator.interface.js                                                 
npm notice 2.2kB   esm5/lib/interfaces/model-editor-routes.js                                                     
npm notice 4.0kB   esm5/lib/interfaces/model-filter.interface.js                                                  
npm notice 3.1kB   esm5/lib/interfaces/model-uploader.interface.js                                                
npm notice 2.6kB   esm5/lib/interfaces/public_api.js                                                              
npm notice 4.4kB   esm5/lib/process-editor/bpmn-element.js                                                        
npm notice 7.2kB   esm5/lib/process-editor/bpmn-modeler.js                                                        
npm notice 3.4kB   esm5/lib/process-editor/cardview-properties/decision-task-item.model.js                        
npm notice 3.9kB   esm5/lib/process-editor/cardview-properties/default-sequence-flow-item.model.js                
npm notice 4.1kB   esm5/lib/process-editor/cardview-properties/form-key.model.js                                  
npm notice 3.8kB   esm5/lib/process-editor/cardview-properties/implementation-item.model.js                       
npm notice 7.7kB   esm5/lib/process-editor/palette.js                                                             
npm notice 3.9kB   esm5/lib/process-editor/process-editor.actions.js                                              
npm notice 8.9kB   esm5/lib/process-editor/process-editor.selectors.js                                            
npm notice 6.1kB   esm5/lib/process-editor/properties.js                                                          
npm notice 4.0kB   esm5/lib/process-editor/public_api.js                                                          
npm notice 10.3kB  esm5/lib/schemas/connector.schema.js                                                           
npm notice 19.5kB  esm5/lib/schemas/data.schema.js                                                                
npm notice 2.7kB   esm5/lib/schemas/decision-table.schema.js                                                      
npm notice 1.5kB   esm5/lib/schemas/extensions.schema.js                                                          
npm notice 166.9kB esm5/lib/schemas/form.schema.js                                                                
npm notice 3.6kB   esm5/lib/schemas/properties.schema.js                                                          
npm notice 3.7kB   esm5/lib/schemas/public_api.js                                                                 
npm notice 5.6kB   esm5/lib/schemas/ui.schema.js                                                                  
npm notice 6.3kB   esm5/lib/services/ama-authentication.service.js                                                
npm notice 4.6kB   esm5/lib/services/ama-services.module.js                                                       
npm notice 8.0kB   esm5/lib/services/auth.service.js                                                              
npm notice 5.1kB   esm5/lib/services/blob.service.js                                                              
npm notice 6.1kB   esm5/lib/services/download-resource.service.js                                                 
npm notice 3.0kB   esm5/lib/services/public_api.js                                                                
npm notice 4.5kB   esm5/lib/services/title.service.js                                                             
npm notice 2.9kB   esm5/lib/services/uuid.service.js                                                              
npm notice 6.5kB   esm5/lib/store/ama-store.module.js                                                             
npm notice 11.6kB  esm5/lib/store/app.actions.js                                                                  
npm notice 8.2kB   esm5/lib/store/app.selectors.js                                                                
npm notice 5.4kB   esm5/lib/store/app.state.js                                                                    
npm notice 5.3kB   esm5/lib/store/base.effects.js                                                                 
npm notice 4.1kB   esm5/lib/store/entities.js                                                                     
npm notice 5.8kB   esm5/lib/store/entity.actions.js                                                               
npm notice 6.2kB   esm5/lib/store/entity.selectors.js                                                             
npm notice 2.9kB   esm5/lib/store/logging.actions.js                                                              
npm notice 2.9kB   esm5/lib/store/project-data.state.js                                                           
npm notice 2.6kB   esm5/lib/store/project-tree.state.js                                                           
npm notice 5.3kB   esm5/lib/store/project.actions.js                                                              
npm notice 4.4kB   esm5/lib/store/project.selectors.js                                                            
npm notice 3.3kB   esm5/lib/store/project.state.js                                                                
npm notice 5.0kB   esm5/lib/store/public_api.js                                                                   
npm notice 27.6kB  esm5/lib/variables/properties-viewer/properties-viewer.component.js                            
npm notice 12.0kB  esm5/lib/variables/properties-viewer/value-type-input.component.js                             
npm notice 4.7kB   esm5/lib/variables/properties-viewer/value-type-inputs/boolean-input.component.js              
npm notice 8.5kB   esm5/lib/variables/properties-viewer/value-type-inputs/date-input.component.js                 
npm notice 5.1kB   esm5/lib/variables/properties-viewer/value-type-inputs/integer-input.component.js              
npm notice 4.6kB   esm5/lib/variables/properties-viewer/value-type-inputs/string-input.component.js               
npm notice 3.8kB   esm5/lib/variables/properties-viewer/value-type-inputs/value-type-inputs.mapping.js            
npm notice 2.4kB   esm5/lib/variables/public_api.js                                                               
npm notice 15.5kB  esm5/lib/variables/variables.component.js                                                      
npm notice 8.2kB   esm5/lib/variables/variables.module.js                                                         
npm notice 3.8kB   esm5/lib/variables/variables.service.js                                                        
npm notice 9.5kB   esm5/public_api.js                                                                             
npm notice 678.6kB fesm2015/ama-sdk.js                                                                            
npm notice 343.2kB fesm2015/ama-sdk.js.map                                                                        
npm notice 707.9kB fesm5/ama-sdk.js                                                                               
npm notice 346.0kB fesm5/ama-sdk.js.map                                                                           
npm notice 1.9kB   lib/api-implementations/acm-api/acm-api.d.ts                                                   
npm notice 1.2kB   lib/api-implementations/acm-api/acm-api.module.d.ts                                            
npm notice 783B    lib/api-implementations/acm-api/content-types.d.ts                                             
npm notice 771B    lib/api-implementations/acm-api/form-definition.d.ts                                           
npm notice 2.3kB   lib/api-implementations/acm-api/model-api.d.ts                                                 
npm notice 1.2kB   lib/api-implementations/acm-api/model-variations/connector-api-variation.d.ts                  
npm notice 1.2kB   lib/api-implementations/acm-api/model-variations/data-api-variation.d.ts                       
npm notice 1.2kB   lib/api-implementations/acm-api/model-variations/decision-table-api-variations.d.ts            
npm notice 1.2kB   lib/api-implementations/acm-api/model-variations/form-api-variation.d.ts                       
npm notice 1.2kB   lib/api-implementations/acm-api/model-variations/process-api-variation.d.ts                    
npm notice 1.2kB   lib/api-implementations/acm-api/model-variations/ui-api-variation.d.ts                         
npm notice 1.1kB   lib/api-implementations/acm-api/process-api.d.ts                                               
npm notice 1.8kB   lib/api-implementations/acm-api/project-api.d.ts                                               
npm notice 1.9kB   lib/api-implementations/acm-api/request-api.helper.d.ts                                        
npm notice 1.9kB   lib/api/api.interface.d.ts                                                                     
npm notice 1.4kB   lib/api/generalmodel-api.interface.d.ts                                                        
npm notice 1.5kB   lib/api/project-api.interface.d.ts                                                             
npm notice 766B    lib/api/public_api.d.ts                                                                        
npm notice 5.9kB   lib/api/types.d.ts                                                                             
npm notice 877B    lib/code-editor/code-editor.module.d.ts                                                        
npm notice 1.6kB   lib/code-editor/components/code-editor/code-editor.component.d.ts                              
npm notice 802B    lib/code-editor/helpers/file-uri.d.ts                                                          
npm notice 968B    lib/code-editor/public_api.d.ts                                                                
npm notice 878B    lib/code-editor/services/code-editor-service.service.d.ts                                      
npm notice 1.0kB   lib/code-editor/services/code-validator.service.d.ts                                           
npm notice 2.2kB   lib/components/input-mapping-table/input-mapping-table.component.d.ts                          
npm notice 670B    lib/components/input-mapping-table/input-mapping-table.module.d.ts                             
npm notice 716B    lib/components/input-mapping-table/public_api.d.ts                                             
npm notice 1.7kB   lib/components/output-mapping-table/output-mapping-table.component.d.ts                        
npm notice 671B    lib/components/output-mapping-table/output-mapping-table.module.d.ts                           
npm notice 718B    lib/components/output-mapping-table/public_api.d.ts                                            
npm notice 1.3kB   lib/confirmation-dialog/components/confirmation-dialog/confirmation-dialog.component.d.ts      
npm notice 671B    lib/confirmation-dialog/confirmation-dialog.module.d.ts                                        
npm notice 753B    lib/confirmation-dialog/public_api.d.ts                                                        
npm notice 1.1kB   lib/confirmation-dialog/services/dialog.service.d.ts                                           
npm notice 1.5kB   lib/connector-editor/connector-editor.actions.d.ts                                             
npm notice 1.8kB   lib/connector-editor/connector-editor.selectors.d.ts                                           
npm notice 1.1kB   lib/connector-editor/connector-entities.state.d.ts                                             
npm notice 755B    lib/connector-editor/public_api.d.ts                                                           
npm notice 927B    lib/extension/connector-editor.d.ts                                                            
npm notice 657B    lib/extension/public_api.d.ts                                                                  
npm notice 1.2kB   lib/helpers/common.d.ts                                                                        
npm notice 1.5kB   lib/helpers/components/entity-dialog/entity-dialog.component.d.ts                              
npm notice 1.1kB   lib/helpers/components/header-breadcrumbs/header-breadcrumbs.component.d.ts                    
npm notice 1.2kB   lib/helpers/directives/allowed-characters.directive.d.ts                                       
npm notice 669B    lib/helpers/primitive-types.d.ts                                                               
npm notice 1.2kB   lib/helpers/public_api.d.ts                                                                    
npm notice 659B    lib/helpers/shared.module.d.ts                                                                 
npm notice 1.5kB   lib/helpers/unsaved-page.guard.d.ts                                                            
npm notice 679B    lib/helpers/utils/arrayize.d.ts                                                                
npm notice 1.6kB   lib/helpers/utils/create-entries-names.d.ts                                                    
npm notice 720B    lib/helpers/utils/createJsonBlob.d.ts                                                          
npm notice 756B    lib/helpers/utils/empty-decision-table.d.ts                                                    
npm notice 685B    lib/helpers/utils/empty-diagram.d.ts                                                           
npm notice 1.1kB   lib/helpers/utils/log-filters.d.ts                                                             
npm notice 1.1kB   lib/helpers/utils/logging.functions.d.ts                                                       
npm notice 837B    lib/i18n/provide-translations.d.ts                                                             
npm notice 661B    lib/i18n/public_api.d.ts                                                                       
npm notice 1.3kB   lib/interfaces/model-creator.interface.d.ts                                                    
npm notice 689B    lib/interfaces/model-editor-routes.d.ts                                                        
npm notice 1.2kB   lib/interfaces/model-filter.interface.d.ts                                                     
npm notice 964B    lib/interfaces/model-uploader.interface.d.ts                                                   
npm notice 789B    lib/interfaces/public_api.d.ts                                                                 
npm notice 1.5kB   lib/process-editor/bpmn-element.d.ts                                                           
npm notice 1.9kB   lib/process-editor/bpmn-modeler.d.ts                                                           
npm notice 2.2kB   lib/process-editor/bpmn.d.ts                                                                   
npm notice 962B    lib/process-editor/cardview-properties/decision-task-item.model.d.ts                           
npm notice 951B    lib/process-editor/cardview-properties/default-sequence-flow-item.model.d.ts                   
npm notice 943B    lib/process-editor/cardview-properties/form-key.model.d.ts                                     
npm notice 946B    lib/process-editor/cardview-properties/implementation-item.model.d.ts                          
npm notice 2.2kB   lib/process-editor/palette.d.ts                                                                
npm notice 1.2kB   lib/process-editor/process-editor.actions.d.ts                                                 
npm notice 1.5kB   lib/process-editor/process-editor.selectors.d.ts                                               
npm notice 1.9kB   lib/process-editor/properties.d.ts                                                             
npm notice 1.1kB   lib/process-editor/public_api.d.ts                                                             
npm notice 2.5kB   lib/schemas/connector.schema.d.ts                                                              
npm notice 5.1kB   lib/schemas/data.schema.d.ts                                                                   
npm notice 490B    lib/schemas/decision-table.schema.d.ts                                                         
npm notice 251B    lib/schemas/extensions.schema.d.ts                                                             
npm notice 42.2kB  lib/schemas/form.schema.d.ts                                                                   
npm notice 669B    lib/schemas/properties.schema.d.ts                                                             
npm notice 1.1kB   lib/schemas/public_api.d.ts                                                                    
npm notice 1.2kB   lib/schemas/ui.schema.d.ts                                                                     
npm notice 1.0kB   lib/services/ama-authentication.service.d.ts                                                   
npm notice 767B    lib/services/ama-services.module.d.ts                                                          
npm notice 879B    lib/services/auth.service.d.ts                                                                 
npm notice 819B    lib/services/blob.service.d.ts                                                                 
npm notice 798B    lib/services/download-resource.service.d.ts                                                    
npm notice 880B    lib/services/public_api.d.ts                                                                   
npm notice 852B    lib/services/title.service.d.ts                                                                
npm notice 682B    lib/services/uuid.service.d.ts                                                                 
npm notice 1.2kB   lib/store/ama-store.module.d.ts                                                                
npm notice 3.0kB   lib/store/app.actions.d.ts                                                                     
npm notice 1.6kB   lib/store/app.selectors.d.ts                                                                   
npm notice 1.5kB   lib/store/app.state.d.ts                                                                       
npm notice 978B    lib/store/base.effects.d.ts                                                                    
npm notice 1.4kB   lib/store/entities.d.ts                                                                        
npm notice 1.7kB   lib/store/entity.actions.d.ts                                                                  
npm notice 1.7kB   lib/store/entity.selectors.d.ts                                                                
npm notice 900B    lib/store/logging.actions.d.ts                                                                 
npm notice 836B    lib/store/project-data.state.d.ts                                                              
npm notice 802B    lib/store/project-tree.state.d.ts                                                              
npm notice 1.5kB   lib/store/project.actions.d.ts                                                                 
npm notice 1.2kB   lib/store/project.selectors.d.ts                                                               
npm notice 905B    lib/store/project.state.d.ts                                                                   
npm notice 1.1kB   lib/store/public_api.d.ts                                                                      
npm notice 2.0kB   lib/variables/properties-viewer/properties-viewer.component.d.ts                               
npm notice 1.3kB   lib/variables/properties-viewer/value-type-input.component.d.ts                                
npm notice 802B    lib/variables/properties-viewer/value-type-inputs/boolean-input.component.d.ts                 
npm notice 999B    lib/variables/properties-viewer/value-type-inputs/date-input.component.d.ts                    
npm notice 825B    lib/variables/properties-viewer/value-type-inputs/integer-input.component.d.ts                 
npm notice 800B    lib/variables/properties-viewer/value-type-inputs/string-input.component.d.ts                  
npm notice 1.2kB   lib/variables/properties-viewer/value-type-inputs/value-type-inputs.mapping.d.ts               
npm notice 735B    lib/variables/public_api.d.ts                                                                  
npm notice 2.1kB   lib/variables/variables.component.d.ts                                                         
npm notice 662B    lib/variables/variables.module.d.ts                                                            
npm notice 815B    lib/variables/variables.service.d.ts                                                           
npm notice === Tarball Details === 
npm notice name:          ama-sdk                                 
npm notice version:       0.0.1                                   
npm notice filename:      ama-sdk-0.0.1.tgz                       
npm notice package size:  947.0 kB                                
npm notice unpacked size: 5.8 MB                                  
npm notice shasum:        41f4f78b50c5982e2d4b8b401f835b0a7c1cf00f
npm notice integrity:     sha512-8VonQWyQNOhMx[...]FpPNanMGEZtBw==
npm notice total files:   366                                     
npm notice 
ama-sdk-0.0.1.tgz

> [email protected] start /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app
> npm run server-versions && ng serve dist --host 0.0.0.0 --open


> [email protected] server-versions /Users/wangxiedongxiedong/Desktop/web-app/bpmn/activiti-modeling-app
> rimraf ./src/versions.json && npm list --depth=0 --json=true --prod=true > ./src/versions.json  || exit 0

npm ERR! peer dep missing: @alfresco/[email protected], required by @alfresco/[email protected]
npm ERR! peer dep missing: @alfresco/[email protected], required by @alfresco/[email protected]
npm ERR! peer dep missing: @angular/cdk@^6.3.3, required by @mat-datetimepicker/[email protected]
npm ERR! peer dep missing: @angular/common@^6.0.0, required by @auth0/[email protected]
npm ERR! peer dep missing: @angular/compiler@>=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0, required by [email protected]
npm ERR! peer dep missing: @angular/compiler@^6.0.0, required by [email protected]
npm ERR! peer dep missing: @angular/core@^6.0.7, required by @mat-datetimepicker/[email protected]
npm ERR! peer dep missing: @angular/core@>=2.3.1 <7.0.0 || >6.0.0-beta <7.0.0, required by [email protected]
npm ERR! peer dep missing: @angular/material@^6.3.3, required by @mat-datetimepicker/[email protected]
npm ERR! peer dep missing: @angular/material@^6.3.3, required by @mat-datetimepicker/[email protected]
npm ERR! peer dep missing: @angular/material-moment-adapter@^6.3.3, required by @mat-datetimepicker/[email protected]
npm ERR! peer dep missing: @mat-datetimepicker/[email protected], required by @mat-datetimepicker/[email protected]
WARNING: This is a simple server for use in testing or debugging Angular applications
locally. It hasn't been reviewed for security issues.

Binding this server to an open connection can result in compromising your application or
computer. Using a different host than the one passed to the "--host" flag might result in
websocket connection issues. You might need to use "--disableHostCheck" if that's the
case.
** Angular Live Development Server is listening on 0.0.0.0:4100, open your browser on http://localhost:4100/ **
                                                                                                           
Date: 2019-07-20T09:34:45.606Z
Hash: 8f3a20169d384307a030
Time: 35805ms
chunk {dashboard-dashboard-module} dashboard-dashboard-module.js, dashboard-dashboard-module.js.map (dashboard-dashboard-module) 149 kB  [rendered]
chunk {main} main.js, main.js.map (main) 1.37 MB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 772 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 8.79 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 2.07 MB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 15.1 MB [initial] [rendered]
ℹ 「wdm」: Compiled successfully.

Expected behavior:

Steps to reproduce the issue:

Component name and version:

Browser and version:

Node version (for build issues):

New feature request:

[Question] Is there any way to use different access management system then keycloack?

In our project, we use activiti core version and we would like to have modeler on board. We are using jHipster UAA microservice as the access management system. In case of that, I changed app.config.json. But unfortunately, a modeler in the development mode still try to use keycloack from activiti-keycloak.35.204.66.71.nip.io. So the question is could we use different oAuth2 config?

.env configuration

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:
Angular app starts (from Git Bash, using "nx serve") and Firefox browser presents the Login page; but none of the configured users is working for a successful login

Expected behavior:
To be logged in

Steps to reproduce the issue:
As described in Current Behaviour

Component name and version:
activiti-modeling-app cloned from master branch

Browser and version:
Firefox 105.0.3

Node version (for build issues):
16.15.0

New feature request:
I would like to have an example of well-configured .env file; in order to get App working (auth and all things); thank You

My current .env file attached
my.env.txt

activiti show blank page after npm start and errors in console log

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:

Activiti isn't lunching on browser showing blank page
Expected behavior:

activiti show the authentification interface
Steps to reproduce the issue:

Component name and version:

Browser and version:

chrome
Node version (for build issues):

New feature request:

Capture d’écran de 2019-10-18 16-17-15

Nothing shows on browser

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:
I follow README guidence, but getting this error on chrome browser console:

zone.js:3243 GET http://localhost:4100/auth/.well-known/openid-configuration 500 (Internal Server Error)
error-handler.service.ts:43 Error: Uncaught (in promise): [object Undefined]
    at resolvePromise (zone.js:831)
    at resolvePromise (zone.js:788)
    at zone.js:892
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:423)
    at Object.onInvokeTask (core.js:17290)
    at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:422)
    at Zone.push../node_modules/zone.js/dist/zone.js.Zone.runTask (zone.js:195)
    at drainMicroTaskQueue (zone.js:601)
    at ZoneTask.push../node_modules/zone.js/dist/zone.js.ZoneTask.invokeTask [as invoke] (zone.js:502)
    at invokeTask (zone.js:1744)

Following requests get bad response:

Browser shows just blank after this error occurs.

Browser and version:

  • Google Chrome 77.0.3865.75 on Windows 10

Node version (for build issues):

  • node with v10.16.3
  • npm with v6.9.0

Script error occurs in basic authentication mode

Type of issue: (check with "[x]")

  • New feature request
  • Bug
  • Support request
  • Documentation

Current behaviour:

core.js:12632 ERROR TypeError: Cannot read property 'callCustomApi' of undefined
    at RequestApiHelper.push../dist/ama-sdk/fesm5/ama-sdk.js.RequestApiHelper.request (ama-sdk.js:2565)
    at RequestApiHelper.push../dist/ama-sdk/fesm5/ama-sdk.js.RequestApiHelper.get (ama-sdk.js:2500)
    at ACMProjectApi.push../dist/ama-sdk/fesm5/ama-sdk.js.ACMProjectApi.getAll (ama-sdk.js:2671)
    at DashboardService.push../src/app/dashboard/services/dashboard.service.ts.DashboardService.fetchProjects (dashboard.service.ts:27)
    at ProjectsEffects.push../src/app/dashboard/store/effects/projects.effects.ts.ProjectsEffects.getProjectsAttempt (projects.effects.ts:149)
    at SwitchMapSubscriber.project (projects.effects.ts:106)
    at SwitchMapSubscriber.push../node_modules/rxjs/_esm5/internal/operators/switchMap.js.SwitchMapSubscriber._next (switchMap.js:35)
    at SwitchMapSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next (Subscriber.js:54)
    at FilterSubscriber.push../node_modules/rxjs/_esm5/internal/operators/filter.js.FilterSubscriber._next (filter.js:38)
    at FilterSubscriber.push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next (Subscriber.js:54)
defaultErrorLogger @ core.js:12632
push../node_modules/@angular/core/fesm5/core.js.ErrorHandler.handleError @ core.js:12680
reportErrorThrown @ effects.js:211
verifyOutput @ effects.js:206
(anonymous) @ effects.js:273
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:35
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/exhaustMap.js.ExhaustMapSubscriber.notifyNext @ exhaustMap.js:67
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._next @ InnerSubscriber.js:15
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber.notifyNext @ mergeMap.js:84
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._next @ InnerSubscriber.js:15
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/materialize.js.MaterializeSubscriber._error @ materialize.js:28
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.error @ Subscriber.js:60
push../node_modules/rxjs/_esm5/internal/operators/switchMap.js.SwitchMapSubscriber._next @ switchMap.js:38
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/filter.js.FilterSubscriber._next @ filter.js:38
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/Subject.js.Subject.next @ Subject.js:47
(anonymous) @ store-devtools.js:657
push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.__tryOrUnsub @ Subscriber.js:196
push../node_modules/rxjs/_esm5/internal/Subscriber.js.SafeSubscriber.next @ Subscriber.js:134
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._next @ Subscriber.js:77
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/scan.js.ScanSubscriber._tryNext @ scan.js:67
push../node_modules/rxjs/_esm5/internal/operators/scan.js.ScanSubscriber._next @ scan.js:54
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/withLatestFrom.js.WithLatestFromSubscriber._next @ withLatestFrom.js:66
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/Notification.js.Notification.observe @ Notification.js:15
push../node_modules/rxjs/_esm5/internal/operators/observeOn.js.ObserveOnSubscriber.dispatch @ observeOn.js:40
push../node_modules/rxjs/_esm5/internal/scheduler/AsyncAction.js.AsyncAction._execute @ AsyncAction.js:63
push../node_modules/rxjs/_esm5/internal/scheduler/QueueAction.js.QueueAction.execute @ QueueAction.js:27
push../node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js.AsyncScheduler.flush @ AsyncScheduler.js:43
push../node_modules/rxjs/_esm5/internal/scheduler/QueueAction.js.QueueAction.schedule @ QueueAction.js:21
push../node_modules/rxjs/_esm5/internal/Scheduler.js.Scheduler.schedule @ Scheduler.js:13
push../node_modules/rxjs/_esm5/internal/scheduler/AsyncScheduler.js.AsyncScheduler.schedule @ AsyncScheduler.js:31
push../node_modules/rxjs/_esm5/internal/operators/observeOn.js.ObserveOnSubscriber.scheduleMessage @ observeOn.js:45
push../node_modules/rxjs/_esm5/internal/operators/observeOn.js.ObserveOnSubscriber._next @ observeOn.js:48
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber.notifyNext @ mergeMap.js:84
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._next @ InnerSubscriber.js:15
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber.notifyNext @ mergeMap.js:84
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._next @ InnerSubscriber.js:15
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/skip.js.SkipSubscriber._next @ skip.js:26
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/Subject.js.Subject.next @ Subject.js:47
push../node_modules/rxjs/_esm5/internal/BehaviorSubject.js.BehaviorSubject.next @ BehaviorSubject.js:38
push../node_modules/@ngrx/store/fesm5/store.js.ActionsSubject.next @ store.js:33
push../node_modules/@ngrx/store/fesm5/store.js.Store.dispatch @ store.js:416
push../src/app/dashboard/router/guards/projects-loader.guard.ts.ProjectsLoaderGuard.canActivate @ projects-loader.guard.ts:33
(anonymous) @ router.js:3004
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:35
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
(anonymous) @ subscribeToArray.js:5
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable._trySubscribe @ Observable.js:43
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:29
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapOperator.call @ map.js:18
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapOperator.call @ mergeMap.js:29
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
push../node_modules/rxjs/_esm5/internal/operators/every.js.EveryOperator.call @ every.js:14
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
(anonymous) @ subscribeTo.js:21
subscribeToResult @ subscribeToResult.js:11
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._innerSub @ mergeMap.js:74
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._tryNext @ mergeMap.js:68
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._next @ mergeMap.js:51
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
(anonymous) @ subscribeToArray.js:5
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable._trySubscribe @ Observable.js:43
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:29
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapOperator.call @ mergeMap.js:29
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
push../node_modules/rxjs/_esm5/internal/operators/every.js.EveryOperator.call @ every.js:14
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
(anonymous) @ subscribeTo.js:21
subscribeToResult @ subscribeToResult.js:11
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._innerSub @ mergeMap.js:74
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._tryNext @ mergeMap.js:68
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._next @ mergeMap.js:51
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
(anonymous) @ subscribeToArray.js:5
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable._trySubscribe @ Observable.js:43
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:29
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapOperator.call @ mergeMap.js:29
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
push../node_modules/rxjs/_esm5/internal/operators/every.js.EveryOperator.call @ every.js:14
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
(anonymous) @ subscribeTo.js:21
subscribeToResult @ subscribeToResult.js:11
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._innerSub @ mergeMap.js:74
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._tryNext @ mergeMap.js:68
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._next @ mergeMap.js:51
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/every.js.EverySubscriber.notifyComplete @ every.js:30
push../node_modules/rxjs/_esm5/internal/operators/every.js.EverySubscriber._complete @ every.js:47
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.complete @ Subscriber.js:66
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._complete @ mergeMap.js:79
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.complete @ Subscriber.js:66
(anonymous) @ subscribeToArray.js:8
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable._trySubscribe @ Observable.js:43
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:29
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapOperator.call @ mergeMap.js:29
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
push../node_modules/rxjs/_esm5/internal/operators/every.js.EveryOperator.call @ every.js:14
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapOperator.call @ mergeMap.js:29
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapOperator.call @ map.js:18
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
(anonymous) @ subscribeTo.js:21
subscribeToResult @ subscribeToResult.js:11
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._innerSub @ mergeMap.js:74
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._tryNext @ mergeMap.js:68
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._next @ mergeMap.js:51
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/tap.js.TapSubscriber._next @ tap.js:51
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/switchMap.js.SwitchMapSubscriber.notifyNext @ switchMap.js:72
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._next @ InnerSubscriber.js:15
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
(anonymous) @ scalar.js:5
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable._trySubscribe @ Observable.js:43
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:29
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapOperator.call @ map.js:18
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
(anonymous) @ subscribeTo.js:21
subscribeToResult @ subscribeToResult.js:11
push../node_modules/rxjs/_esm5/internal/operators/switchMap.js.SwitchMapSubscriber._innerSub @ switchMap.js:51
push../node_modules/rxjs/_esm5/internal/operators/switchMap.js.SwitchMapSubscriber._next @ switchMap.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/switchMap.js.SwitchMapSubscriber.notifyNext @ switchMap.js:72
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._next @ InnerSubscriber.js:15
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/tap.js.TapSubscriber._next @ tap.js:51
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber.notifyNext @ mergeMap.js:84
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._next @ InnerSubscriber.js:15
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
(anonymous) @ scalar.js:5
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable._trySubscribe @ Observable.js:43
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:29
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapOperator.call @ map.js:18
push../node_modules/rxjs/_esm5/internal/Observable.js.Observable.subscribe @ Observable.js:24
(anonymous) @ subscribeTo.js:21
subscribeToResult @ subscribeToResult.js:11
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._innerSub @ mergeMap.js:74
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._tryNext @ mergeMap.js:68
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber._next @ mergeMap.js:51
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/switchMap.js.SwitchMapSubscriber.notifyNext @ switchMap.js:72
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._next @ InnerSubscriber.js:15
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._next @ Subscriber.js:77
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/map.js.MapSubscriber._next @ map.js:41
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/tap.js.TapSubscriber._next @ tap.js:51
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/takeLast.js.TakeLastSubscriber._complete @ takeLast.js:57
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.complete @ Subscriber.js:66
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber.notifyComplete @ mergeMap.js:94
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._complete @ InnerSubscriber.js:22
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.complete @ Subscriber.js:66
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._complete @ Subscriber.js:84
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.complete @ Subscriber.js:66
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._complete @ Subscriber.js:84
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.complete @ Subscriber.js:66
push../node_modules/rxjs/_esm5/internal/operators/tap.js.TapSubscriber._complete @ tap.js:71
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.complete @ Subscriber.js:66
push../node_modules/rxjs/_esm5/internal/operators/take.js.TakeSubscriber._next @ take.js:42
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/filter.js.FilterSubscriber._next @ filter.js:38
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber.notifyNext @ mergeMap.js:84
push../node_modules/rxjs/_esm5/internal/InnerSubscriber.js.InnerSubscriber._next @ InnerSubscriber.js:15
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber._next @ Subscriber.js:77
push../node_modules/rxjs/_esm5/internal/Subscriber.js.Subscriber.next @ Subscriber.js:54
push../node_modules/rxjs/_esm5/internal/operators/mergeMap.js.MergeMapSubscriber.notifyNext @ mergeMap.js:84
Promise.then (async)
scheduleMicroTask @ zone.js:578
push../node_modules/zone.js/dist/zone.js.ZoneDelegate.scheduleTask @ zone.js:410
onScheduleTask @ zone.js:297
push../node_modules/zone.js/dist/zone.js.ZoneDelegate.scheduleTask @ zone.js:401
push../node_modules/zone.js/dist/zone.js.Zone.scheduleTask @ zone.js:232
push../node_modules/zone.js/dist/zone.js.Zone.scheduleMicroTask @ zone.js:252
scheduleResolveOrReject @ zone.js:862
resolvePromise @ zone.js:808
(anonymous) @ zone.js:724
webpackJsonpCallback @ bootstrap:25
(anonymous) @ dashboard-dashboard-module.js:1

Steps to reproduce the issue:

  • Change authType setting from OAUTH to BASIC in app.config.json.
  • Enter userId/password and press the Logic button
  • Script error occurs

Component name and version:

Browser and version:
Chrome 71

Node version (for build issues):
v10.12.0

Signout doesn't work (when session expires)

  • New feature request
  • [x ] Bug
  • Support request
  • Documentation

Current behaviour:
When logged into modeling, the log out button does nothing.

Expected behavior:
Click on log out takes the user to a login screen where they can optionally login.

Steps to reproduce the issue:

  1. Log into modeling.
  2. Navigate to the process view.
  3. Wait for the current session to timeout
  4. Click on the Logout button

Component name and version:

Browser and version:
Chrome on Mac

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.