Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 7.2.0
Div
Classe2e-refDiv

Otp
Floatingfalse

Rp
Noteinfo
iconfalse

You can only inspect the details of Node.js services of the node instance the used Bridge is running on. If you have aggregated multiple node instances into a Bridge domain, you need to use the Bridge of the specific node instance the Node.js service is running on.

...

In the Status section, the status of the node.js service (Running or Stopped) is displayed. Here you can start, stop, delete, or kill the service.

  • Stopping the service
    Multiexcerpt include
    MultiExcerptNamestop_service
    PageWithExcerptINTERNAL:_bridge_excerpts
  • Killing the service
    Multiexcerpt include
    MultiExcerptNamekill_service
    PageWithExcerptINTERNAL:_bridge_excerpts

Multiexcerpt include
MultiExcerptNameget_pid
PageWithExcerptINTERNAL:_bridge_excerpts

Npm Install

A Node.js service can have dependencies to other packages. Click Run to execute npm install to refresh dependent packages.

Multiexcerpt include
MultiExcerptNamenpm_install
DisableCachingtrue
PageWithExcerptDeployment of Node.js Services

...

In the Details section, the following information is displayed:

ElementDescriptionOrigin (package.json)
VersionVersion of the Node.js service as specified in package.json.version
DescriptionDescription of the Node.js service as specified in package.json.description
Start ScriptStart Script of the Node.js service as specified in package.json.scripts/start

Preferences

In the Preferences section, the following preferences can be modified:

OptionDescription
Automatic Startup
Multiexcerpt include
MultiExcerptNameautomatic_startup
nopaneltrue
PageWithExcerpt
Preferences of an xUML Service
INTERNAL:_bridge_excerpts
Automatic Restart
Multiexcerpt include
MultiExcerptNameautomatic_restart
nopaneltrue
PageWithExcerpt
Preferences of an xUML Service
INTERNAL:_bridge_excerpts

Also consider the implications of Minimum Uptime in Seconds when setting this option.

Minimum Uptime in Seconds
Multiexcerpt-include
MultiExcerptNameminimum_uptime

To allow the E2E Bridge to distinct whether the service has crashed during start-up or not, specify the minimum uptime of the Node.js service in seconds.

Implications:

  • If the service crashes during the uptime period, the Bridge will assume that the service could not be started. No Automatic Restart will be applied.
  • If the service crashes after the uptime period, the E2E Bridge will assume a crash. If option Automatic Restart is set, the Bridge will try to restart the service.
PageWithExcerptINTERNAL:_bridge_excerpts
UI URLSpecify the URL of the user interface of the Node.js service. It then will be displayed as an additional tab within the
E2E
Bridge and you can access it directly via the Bridge.
UI Tab TitleIf the Node.js service has a user interface that is integrated to the
E2E
Bridge, you can specify the title of the tab here. The default title is User Interface.
Owner
Multiexcerpt include
MultiExcerptNameowner
nopaneltrue
PageWithExcerptPreferences of an xUML Service

Environment Variables

Each Node.js service runs with a specific set of environment variables which is provided by the operating system. They can be added and changed on tab Environment Variables (see Setting Environment Variables for Node.js Services). Additionally, the E2E Bridge provides environment variables that are strongly recommended to be used by developers in their code (see Developing Node.js Services):

...

Figure: Node.js Service History

Image Modified