I am trying to implement a Workflow, where the user needs to select a destination document library.
I could figure out two possible ways:
Once the user manually starts the workflow, we would display a webpage where he would select the destination document library.
we would initially display a webpage. where User would select the destination. After clicking a button the workflow would kick start.
Now for possibility "1": How to redirect from a worlflow to a webpage. [tried Server.Transfer, but failed].
for Possibility "2": How to start a workflow on button click.
Please also suggest which among the above 2 possibilities is a better solution.