Multiple choice technology web technology

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

Workflow runtime CAN be hosted in Windows applications - it's designed to be hostable in any application type. XAML can declaratively define workflows. Sequential and State Machine are the two basic workflow types. Built-in SQL persistence is available.