Forum Discussion
pmscorca
7 months agoKudo Kingpin
Using task flow not only for dev purposes
Hi, I'd like to understand better the use of a task flow not only for dev purposes. It isn't an "operational" item, it represents a visual aid to organize the data flow, from the sources to the pre...
v-saisrao-msft
7 months agoCommunity Support
Hi pmscorca,
According to Microsoft documentation, Task Flow in Microsoft Fabric is a visual feature designed for documenting and understanding workspace structure. It does not perform or deploy data processes and cannot substitute pipelines or other operational tools. Task Flows can be exported and imported for reuse in UAT, but only serve as manual documentation, not for CI/CD. In production environments, they are primarily intended for architects and support teams rather than business end users.
Task flows overview - Microsoft Fabric | Microsoft Learn
Work with task flows - Microsoft Fabric | Microsoft Learn
Set up a task flow - Microsoft Fabric | Microsoft Learn
Thank you.