Unsupported content

 

This version of the product has reached end of support. The documentation is available for your convenience. However, you must be logged in to access it. You will not be able to leave comments.

Disabling output parameter automapping

When you call a workflow from within a workflow, the BMC Atrium Orchestrator Development Studio application automatically maps the output parameters of the called workflow to local context items in the calling workflow. If no local context item has the same name as an output parameter, BMC Atrium Orchestrator Development Studio creates the context items. If you do not want to map all the output parameters to local context items, you can disable this feature.

Note

If you disable automapping but want to map output parameters to local context items, you must make the maps manually.

To disable output parameter automapping

  1. If BMC Atrium Orchestrator Development Studio is running, exit from the program.
  2. Navigate to the installation directory of BMC Atrium Orchestrator Development Studio.
  3. Use a text editor to open the DevelopmentStudio.properties file.
  4. Find the following line in the file:
    activity.callprocess.automap.outputs=true
  5. Change the value of the activity.callprocess.automap.outputs parameter to false:
    activity.callprocess.automap.outputs=false
  6. Save and close the DevelopmentStudio.properties file.

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Comments