Workflows
Everything on SkillVeris tagged Workflows — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Study Notes(3)
Workflows with Power Automate
Power Automate replaces SharePoint Designer workflows with cloud-based flows that automate approvals, notifications, and data processing triggered by SharePoin…
Asynchronous Programming in F#
F#'s Async<'T> type and async { } computation expression provide a composable, cold-start model for asynchronous work that predates and interoperates with .NET…
Reusable Workflows and Composite Actions
Compare GitHub Actions' two mechanisms for eliminating duplicated pipeline logic — reusable workflows called with `uses:` at the job level, and composite actio…