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.