Modifying the IBM Workflow Server environment name

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.