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.
Was this page helpful? Yes No Submitting... Thank you

Comments