通知を受け取る

UiPath Process Mining

UiPath Process Mining ガイド

Settings タブ

はじめに

In the Settings tab, you can add or change Server Settings to adapt your server configuration. Moreover, in the Settings tab, you can manage Repositories used for app development.

サーバーの設定

Server Settings are global settings. This means that all builds on a UiPath Process Mining installation server use the same server settings, regardless of their version.

By default, the server is configured as strict as possible. In the Server Settings field of the Settings tab, you can make changes to the server configuration. These settings are noted in JSON.

以下の画像でご確認ください。

1915

Below is an overview of the available Server Settings.

SettingEnables you to ...
AllowHTTPFordetermine which IPs are allowed to access this instance without HTTPS.
AutoLoginto specify if end-users and Superadmin users are automatically logged in using the current active SSO method.
The possible values are:
- none
- enduser
- superadmin
- both
The default value is none.
Note: Make sure SSO works correctly before enabling autologin. Enabling autologin when SSO is not set up correctly can make it impossible for users affected by the autologin setting to log in.
AutocleanWorkspaceCachesDaysspecify then number of days after which cache files for developer workspaces are automatically deleted.
AutomationHubAppTokenspecify a token used to send automation ideas to UiPath Automation Hub.
AutomationHubUrlspecify URL to the Automation Hub instance if you want use an on-premises version of Automation Hub.
Note: If you do not specify the AutomationHubUrl setting the Automation Cloud version of UiPath Automation Hub is used.

See Set up Integration with UiPath Automation Hub - old
ContentSecurityPolicydefine an additional security layer that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
Refer to the Mozilla documentation on Content-Security-Policy for more information.
CredentialStoredefine a credential store for password storage.
See Setting up a Credential Store
CustomDatadefine custom settings which can be used in a ServerSettings scoped authentication table.
DefaultEnvironmentset the default environment on this server. If no environment is specified in the URL, the configured default environment will be used.
DefaultOrganizationCodespecify the default organization that will be used when logging in without specifying an organization.
DevDatasetPathspecify the path to use when exporting development datasets. This can also be path relative to the UiPath Process Mining installation folder.
DeveloperModeto indicate if this configuration of UiPath Process Mining will be used by internal or external developers. When used in internal mode the internal menu will be visible and bugs can be imported.
DisallowedExtensionsdisable uploading files to the Workspaces tab, the Development data tab, and the Server data tab with the file extensions specified. The extensions are also verified when a data file is uploaded in the Upload File dialog to create a new table.
Note: only specify the extension, not the ".".
DisallowLargeDataExportsdisable end users to perform large data exports from this server.
EnableAttrLogindicate whether information about attribute initialization or de-initialization to will be added to logs.
EndUserContentMessageHtmldefine a message that will be shown to end users during when logging in. To complete the login, end users must confirm having read and agreed to the message.
Environmentsdefine available environments on this server. Usually you will only need the production environment.
ExternalAuthenticationProvidersset up external authentication for Azure Active Directory, Integrated Windows Authentication, SAML, or ldap.
FeatureModedetermine which features will be available in the interface. The possible values are:
- stable
- beta
- alpha
GenericScriptHandlerssetup generic script executables, for example python.exe.
KeepInstancesErrordefine the maximum number of instances with errors to keep.
KeepInstancesOkdefine the maximum number of instances without errors to keep.
LinkedEnvironmentslink environments which enables you to publish multiple environments together.
MailSettingsdefine settings for sending mail, for example to send invitation or reset password e-mails to new users, or to send error reports. Specify the SMTP server host name or IP-address and the SMTP port number.
Example:
"MailSettings": {
"SMTP": "my.mailserver.com"
, "port": "25"
}
MaxPagesPDFdefine the maximum number of pages in a PDF export.
OverrideApplicationSettingsoverride settings from the ApplicationSettings.json file with specified settings.
ReportBugPathdefine the storage path for bug data.
SendCrashDumpsTospecify the email address used to sent crash dumps to. Only crash dumps will be sent to this mail address.
Note: SendCrashDumpsTo has priority over the SendMailReportTo field.
SendMailReportIddefine a text that will be included in the subject line of MailReports.
SendMailReportOnSuccessdefine whether mails will be sent when the dataserver invocation reported no warnings/errors.
SendMailReportTospecify the email address used to send an email after each dataserver invocation.
Note: if SendCrashDumpsTo is set, crash dumps will be sent to that mail address, instead of this one.
SendTelemetryDatadisable UiPath Process Mining to collect usage and performance data to help diagnose problems and improve its products.
ServerScopePathdefine the (relative) pathe that datasources set to 'Server' scope will resolve.
This can also be path relative to the UiPath Process Mining installation folder.
SessionTimeoutspecify the number of minutes after which end users will be redirected to the login page when there is no activity.
SharedDataMaxAgeHoursspecify the number of hours after which shared data can no longer be used to create new instances from it.
SharedDataRootdefine the path to use as root for 'Shared' datasources. Within this you should create '/ directories with proper use rights.
SuperAdminTotpEnabledenable Two-Factor Authentication for superadmins. See Two-Factor Authentication.
UseEdgeActivitySlidersreplace the detail slider in the process graph with separate activity and edge sliders.
UseNonProductionBanneradd a banner next to the page title to indicate when a non-production license is in effect. This can be used for development or acceptance setups, to separate them from the production environment.

📘

注:

Refer to the on-line help in the Server Settings pane for a detailed description of the available Server Settings.

リポジトリ

In the Repositories pane of the Settings tab, you can define the repositories used for development. Repositories can be located within your installation, on a folder location on the same server as the UiPath Process Mining installation, or on a different (external) server.

The available repositories are listed in an array of objects.

📘

注:

A filesystem based git repository which is stored relative to the root folder of the UiPath Process Mining installation can be specified by using the prefix mvlocal:.

Below is an example string to define the repositories.

[
    { "url": "ssh://user@server.lan/~/repo.git", "pass": "password" },
    { "url": "file:///C:/Stuff/repo.git" },
    { "url": "mvlocal:upstream.git" },
    { "url": "git@github.com:user/repo.git", "privkey_file": "keys/keyfile", "pubkey_file": "keys/keyfile.pub" },
    { "url": "https://github.com/user/repo.git", "user": "user", "pass": "password" }
]

4 か月前に更新

Settings タブ


改善の提案は、API リファレンスのページでは制限されています

改善を提案できるのは Markdown の本文コンテンツのみであり、API 仕様に行うことはできません。