You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
simpler
About this tag
The tag simpler on WindowsForum.com is used in discussions about simplifying complex APIs, particularly in the context of Windows Workflow Foundation (WF4). One thread highlights an experimental API prototype that allows invoking a workflow as a task using System.Threading.Task, resulting in a much simpler API for WorkflowApplication. This content is relevant for developers working with WF4 who seek to streamline their code and reduce complexity. The tag appears in technical threads focused on .NET development and workflow automation.
In this episode I'll show you an experimental API prototype I created which allows you to invoke a workflow as a task using System.Threading.Task. The benefit of doing this is you get a much simpler API for using WorkflowApplication. This API is included in the latest release of Link Removed...