Adding the RemoveEmptyTags Parameter as a Process Property in a Workflow

You can add the siebel_ws_param:RemoveEmptyTags parameter to a workflow to automate the removal of empty tags. You add the parameter as a process property of the workflow, then as an input argument to the step that reads the XML file. For information on adding workflow process properties and input arguments, see Siebel Business Process Framework: Workflow Guide.

To add the RemoveEmptyTags parameter to a workflow

  1. In Siebel Tools, create and open a workspace.

  2. Edit the workflow process to add the following process property:

    Name Data Type In/Out

    Remove Empty Tags

    String

    In

  3. Add the following input argument to the workflow step that reads the XML file:

    Input Argument Type Value Property Name

    siebel_ws_param:RemoveEmptyTags

    Process Property

    Y

    Remove Empty Tags

  4. Deliver the workspace, which will compile the changes made to the previously mentioned runtime repository.