Modifying the IBM® Workflow Server environment name

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
If you want to modify the environment name that was specified during initial configuration, update the configuration using the updateBPMConfig administrative command.

Procedure

  1. Stop the Workflow Server.
  2. Start the wsadmin scripting tool as described in the topic "updateBPMConfig command."
  3. Run the updateBPMConfig administrative command to update the environment name, as shown in the following example:
    AdminTask.updateBPMConfig( [ '-de', 'deployment_environment_name', '-environmentName', 'environment_name' ] )
    AdminConfig.save()
  4. Start the Workflow Server.