0
Terminé

fire and forget

Paul Cannell il y a 10 ans dans Server / Execution mis à jour par Gandalf il y a 10 ans 1
When performing a longer running activity such as file processing id like to fire off the workflow. Have it return to me as the called immediately. Then internally it can email me / whoever when its complete. At the moment the call to the workflow is blocking.
Terminé
All done:

1. Open the large view of the workflow on the design surface by double clicking on it.
2. Below the Input and Output mappings, you will see a checkbox: Execute workflow asynchronously.
3. Selecting this checkbox will fire off a command to execute the workflow and continue processing.

NOTE: Output mappings from the asynchronous workflow will be ignored.