Multiple choice technology platforms and products

Which of the following statements is incorrect about Windows Workflow Foundation?

  1. Extensible Application Markup Language - XAML can be used to define workflow declaratively

  2. Sequential Workflow and State Machine Workflow are two basic workflow type

  3. Workflow can be persisted into SQL server using built in persistence provider

  4. Workflow Runtime cannot be hosted in Windows application

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The question asks for the INCORRECT statement. Option D is wrong because Workflow Runtime CAN be hosted in Windows applications - it's designed to be hostable in various application types including Windows apps, console apps, and services. Options A, B, and C are all correct statements about WF.