What I am doing
I am building multiple projects based on amazon. So I have created a library of activities which frequently used in all projects.
What I want to do
I want to pass some data value (variable/arguments or in any format) from workflow to the library. So it can execute activities based on given data values.
For example :-
I am building project for amazon sellers. so in all project “login to the amazon” is a common activites. I have build library of activites which login into amazon.
Now I want to pass “email & password” from main workflow to library. So it can login using given data.