You can specify the parameter set name available in the cloud-hosted repository while designing the taskflow. However, you can override the parameter set name at run time.
The following video shows you how to configure and run a taskflow with a parameter set:
Perform the following steps to use a parameter set in a taskflow:
In Data Integration, select
Explore
.
The
Explore
page opens.
Navigate to the taskflow for which you want to assign a parameter set.
Select the
Start
step, and then in the
Start
tab, enter the parameter set name in the
Parameter Set
field as shown in the following image:
Add the input fields for which you want to read the values from the parameter set.
From the
Actions
menu, select
Publish
to publish the taskflow and generate the service URLs.
From the
Actions
menu, select
Properties Detail
.
The
Properties Detail
dialog box appears displaying the Service URL and the SOAP Service URL as shown in the following image:
You can use only the Service URL to run the taskflow with a parameter set. The parameter set cannot be run through the SOAP Service URL. However, if you have defined the required input fields in the parameter set and use the Service URL to run the taskflow, a 400 missing fields error occurs. Alternatively, you can run the taskflow using the
Run
option in the taskflow designer.
To run the taskflow, use the Service URL and the API definition available in the Swagger file to send a request through the REST client.
Before you run the taskflow with a parameter set, you must change
To override the parameter set at run time with a different parameter set that is available in the cloud-hosted repository, append the Service URL as shown below: