Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WDESIGNER and version 24.1

The Deployment section on the service details page contains the deployment details.

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNamerecommendation_container_deployment
PageWithExcerptINTERNAL:_general_excerpts

This section consists of the following cards:

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNametip_info_icon_for_further_information
PageWithExcerptINTERNAL:_general_excerpts

Controls

The Controls card shows the service Version and Category. From here, you can deploy the service, and access service related applications (see table below).

Info

Which buttons are enabled on this card depends on the deployment permissions of your user, and the deployment status of the service. If the Deploy Service button is disabled, you do not have the necessary permissions to deploy a service. Please contact your PAS administrator in this case. 

Deployment PropertyButtonDescription
Deploy Service

Click to deploy the service to the selected deployment target (see Options further below). For detailed information about deploying a service refer to Deploying a Service.
Version


Enter the version of your service. The version number is part of the service repository and displayed alongside other service details in various locations, e.g. the service administration. We recommend to increase the number with each deployment.

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameinfo_semantic_versioning
PageWithExcerptINTERNAL:_designer_excerpts

Category


Enter a category for your service.

Every service has a category. If not provided here, the folder, the service resides in is used as default category.

Application

Click to open the application of the deployed service in a new browser tab.

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameinfo_service_not_deployed
PageWithExcerptINTERNAL:_designer_excerpts

Administration

Click to open the deployed service in the management UI of the selected deployment target:

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameinfo_service_not_deployed
PageWithExcerptINTERNAL:_designer_excerpts
API

Click to open the test UI of the service API.

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameinfo_service_not_deployed
PageWithExcerptINTERNAL:_designer_excerpts

Log Analyzer

Click to inspect the service logs.

Refer to Administration Guide > Analyzing Platform Logs for more information about the Log Analyzer.

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNameinfo_service_not_deployed
PageWithExcerptINTERNAL:_designer_excerpts

Status

The Status card shows the deployment status of the service applications.
Deployment PropertyDescription
Progress Bar

If the service is currently being deployed, the progress bar gives updates on the deployment and compilation tasks that are performed, and on the deployment status.

If a compile error occurs, the progress bar switches to a red error message. In this case, error messages are listed in the Validation Panel.

Service Status

Shows the status of the service, and the user that performed the last action on the service. A service can be

  • Not deployed
  • Running
  • Stopped
Deployed Version

Shows the version with which your service has been deployed last, and the user that has deployed the service.

  • If the service has never been deployed yet, no version is displayed.
  • This version can differ from the version specified on the Controls card.

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNametip_increasing_version_number
PageWithExcerptINTERNAL:_designer_excerpts

Options

On the Options card, you can specify the deployment target (Container/Integration Component) and target related details.

Use the switch to select your deployment target. The selected option is displayed in blue. The deployment properties displayed depend on the selected deployment target.

Note

If you switch the deployment target, note the following:

  • The URL of the generated application changes.
  • If you are using an internal persistent state database to store running process instances, please note that these will not be transferred to the new deployment target automatically. You need to either finish them on the old deployment target or transfer the data to the new target. For details ask your PAS administrator.   

Container Deployment

Deployment PropertyDescription
Container Name

Shows the name of the container to which the service will be/was deployed.

The container name is generated from the service name according to the following rules:

  • All letters are changed to lower case.
  • Underscores are changed to dashes.
  • All special characters are removed (only alphanumeric characters and dashes are left).
  • Leading and trailing dashes are removed.

Example:

  • Service Name: Janes_First_Service
  • Container Name: janes-first-service
Note
titleService Naming

Given two services: ServiceName and servicename

  • The two services in this example would get the same container name...
  • ... so they would overwrite each other!

Integration Component Deployment

Info
titlePrerequisites

If you want to deploy a service to the integration component (Bridge) of the platform, your user needs the following account setup:

Deployment Property
Description
Control PortEnter the number of the service control port. This port is used by the integration component (Bridge) to control the service and must be unique to the integration component. For further information see page xUML Service Details.
Service PortEnter the port number the service is listening to. The port number must be unique to the integration component (Bridge). For further information see page xUML Service Details.
Proxy Port

When you create a new service, the proxy port is set to 5444 by default. Do not change it if your Designer application contains forms. However, if necessary, you can change the proxy port for applications without forms.

Info

Please note: The proxy protocol is always https and the proxy path is always the name of the service. The final URL is composed as follows:

https://{ bridge host name }:{proxy port}/{service name} .

Example: https://acme-corp.com:12345/myService

API MANAGEMENT
Secure Service

Activate this option to create an OAuth policy on each published API endpoint, or deactivate to remove any existing OAuth policy.

  • If this option is enabled, you need a PAS login to call the API.
  • If the option is disabled, no authentication is needed.

Default is enabled.

Tip

Refer to API Management Guide > Keycloak OAuth for further information.

Organization

Select one of your API Management organizations (optional).

If selected, the REST API of the deployed service will be exposed by API Management and will be visible in the API Developer Portal.

Tip

Refer to the API Management Guide for further information about Scheer PAS API Management and API Developer Portal.

Panel
titleOn this Page:

Table of Contents

Panel
titleRelated Pages:
Panel
titleRelated Documentation: