Multiple choice technology architecture

Which of the following statements is false 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 can not be hosted in Windows application

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

Options A, B, and C are true: WF supports XAML for declarative workflow definition, includes Sequential and State Machine workflow types, and provides built-in SQL Server persistence. Option D is false because Workflow Runtime CAN be hosted in Windows applications - it's designed to be hostable in various application types including Windows apps, services, and web applications.