Adding system lane users in Business Automation Workflow on containers

You can update your configuration settings to add additional system lane users.

About this task

By default, the only system lane user is the deployment environment administrator (which is defined during installation). A system lane user runs system tasks in system lanes. If the team that is associated with the system lane has multiple members, the first system lane user who is a member of the team is selected for running the task. You can configure additional system lane users to:

  • Use a unique system lane user for each application.
  • Use an LDAP user for system lane activities.
Important: The username in the authentication alias is case-sensitive. Ensure that the authentication alias username has the same capitalization as the user repository or LDAP account username.

Procedure

To customize SystemLaneUserAuthAliasNames, create an XML snippet.

  1. For example:
    <?xml version="1.0" encoding="UTF-8"?>
    <server description="IBM BPM Process Server"> 
      <variable name="SystemLaneUserAuthAliasNames" value="DeAdminAlias" />
    </server>
  2. To customize Liberty with your XML snippet, follow the instructions for your environment type.