I have a web application that user input the information and press the submit button. The submit button onClick method will update the information to a SPItem and then start the Workflow conditionally.
I am using SPWorkflowManager.StartWorkflow method (SPListItem, SPWorkflowAssociation, String, Boolean), but the method need about 1 mins to execute, which result "long waiting" for user.
Is it possible to just "start" the Workflow programatically without waiting it fully execution? Thanks!