Wednesday, July 7, 2021

Difference between Workflow AND Dialogue

Workflow :- Are asynchronous processes, and do not allow/require user input to run to completion. These processes run in the background. Dialogue :- Are synchronous processes and require user input to run to completion. When you run these processes, a wizard-like interface is presented to you so you can make appropriate selections to run the processes.

No comments:

Post a Comment

Featured Post

questions for improvement

using ExamTopics; using Newtonsoft.Json; using Microsoft.Web.WebView2.WinForms; using System; using System.Collections.Generic; using System...