Hi,
I want to start a Workflow programmatically using the Workflow Web Service. During the development phase I encountered two problems:
1- When I add an attachment to a workflow the web services creates a copy of the document, but the request is to create a shortcut to the document.
The only solution that I found is to create a shortcut to the document, add the shortcut as a workflow attachment and then delete the shortcut.
Is there an easy way to achieve this?
2- I have some actions in the workflow that are applied to the “Initiation Item”, but I cannot find a way to set a workflow attachment as the initiation item using web services. Is this possible?
Best regards