Skip to Content
Author's profile photo Ganesh Moorthy Duraisamy

How to provide input parameters in Automation Framework

This blog highlights the different ways in which you can provide input parameters in Automation Framework which is delivered as part of BI 4.2 SP05

While you create a scenario in Automation Framework, you can provide input values during design time and run time. This means you can add the input values while creating and pass input dynamically while executing a scenario. There are three ways to add input values to a Scenario:

  1. Value Help (Design Time)
  2. Type-in (Design Time)
  3. Mapping output of a task as an input of another task (Run Time)

Value Help

You can choose an object like documents from the repository explorer with the Value Help (if it is available in the field). For example, in a scenario to refresh the documents, you can choose a document by selecting the Value Help icon in the Documents field.

Type-in

You can enter the supported input parameters in a blank field. For example, in a scenario to refresh the document, you can type the document ID in the Document field and hit Enter.

Mapping output of a task as an input of another task

You can provide an output of the first task as the input for the second task while executing a scenario. You have to type @ in an input field to see the list of values obtained from the first task.

  • The format of the suggested input value is @<WorkflowTemplate>.<TaskTemplate>.<OutputParameter>.

  • The list of input values shows only the compatible values obtained from the first task. For example, if the input field accepts CSV as the data type, then the input values from the previous task that are in CSV format are displayed.

For example, in “ValidateDocs” workflow, Worklist task reads a CSV file which contains list of document IDs. When you press @ on the Document field, you get suggestions of previous tasks output in ValidateDocs.ReadWorklist.Values (format <WorkflowTemplate>.<TaskTemplate>.<OutputParameter>)

To understand more about CSV data, refer the below bloghttps://blogs.sap.com/2017/12/06/working-with-csv…mation-framework/

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Riadh SAAIDIA
      Riadh SAAIDIA

      Thank you very much Ganesh Moorthy Duraisamy for these details.

      Could you please give me more details about the input parameters of the standard workflow "Change source" in BIadminConsole, i wanted to change in bulk a list of webI reports from UNV to UNX.

      Thank you

      Bast regards

      Riadh