Dear All,
I am new to using CWS.
i have designed an MVC form. I use the forrm to collect data from users. This form has fields that the Workflows in my Content Server has.
I also have 5 workflows in Content Server.
All I want to do in C# is:
1. Submit- use the for to submit user input to Content server. it will add the user input to the Workflow attributes.
2. Update/Modify - when the user picks an existing record using the MVC form and makes changes, I want the changes to be reflected in the Attributes of the Workflow.
I will use Content Server to confirm the changes.
Thanks for your help.