How to set parameter list as an argument in a library project

Hi Team,
Any idea, how to set parameter list as an argument in a library project

For example as in header we have option to pass headers in same way can we configure and argument in libraray project for creating custom component

@Hitesh1

In the library right click on workflow name in prjects and go to settings/design options…there you will have option to give the list of values

Cheers

Yes…if you set as input argument it will ask for the input parameters in the library.

Thanks

Thanks for reply .

Let me explain, I want one argument of collection type. please check below screenshot where header is a argument where a collection of parameters we can configure

@Hitesh1

Then change argument type to System.Collections.Generic.Dictionary(String,System.Activities.InArgument(String))

Cheers

Thanks !
In screenshot I have shown the example that i want to achieve and solution provided by you is not working. any other idea?

@Hitesh1

So the variable type can be changed…the pop up would not be coming with custom activity …you have to create using vb code custom activity as of now…

In the following releases the feature would eb available for changing from custom xaml library as well

You can change the layout as of now …few options are still there…after creating the argument as shown above…go to peojects and right click on the xaml file created and open the layout to see options to change the argument

Cheers