What should you do to ensure that the workflow starts each time a client calls the workflow?

You are creating a Windows Workflow Foundation application by using Microsoft .NET Framework 3.5. You add five WebServiceInputActivity activities to the workflow. You need to ensure that the workflow starts each time a client calls the workflow as a Web service method.
What should you do?

You are creating a Windows Workflow Foundation application by using Microsoft .NET Framework 3.5. You add five WebServiceInputActivity activities to the workflow. You need to ensure that the workflow starts each time a client calls the workflow as a Web service method.
What should you do?

A.
Set the Enabled property of the first WebServiceInputActivity activity to true. Set the Enabled property of the other WebServiceInputActivity activities to false.

B.
Set the Enabled property of the first WebServiceInputActivity activity to false. Set the IsActivating property of the first WebServiceInputActivity activity to true.

C.
Set the Enabled property of the first WebServiceInputActivity activity to false. Set the Enabled property of the other WebServiceInputActivity activities to true.

D.
Set the Enabled property of all the WebServiceInputActivity activities to true. Set the IsActivating property of the first WebServiceInputActivity activity to true. Set the IsActivating property of the other WebServiceInputActivity activities to false.



Leave a Reply 0

Your email address will not be published. Required fields are marked *