Multiple choice technology programming languages

Way to integrate WF and WPF?

  1. exposing a workflow as a WCF-anabled service

  2. calling a WCF service into a workflow

  3. both

  4. none

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

WF (Windows Workflow Foundation) and WCF integration is bidirectional. You can expose a workflow as a WCF-enabled service allowing external applications to invoke the workflow, and conversely, a workflow can call WCF services as part of its business process execution. Both integration patterns are valid and commonly used.