Main | Contact | Blog | Documentation

PowerShell Framework

The project dedicated to empowering your PowerShell scripting.

Runspace Workflows

Back to PSFramework

Synopsis

Runspace Workflows allow easily architecting a set of steps that will be execute in parallel:

Description

The fundamental system of Runspace Workflow consists of three main components: The Workflow Object, the Worker and the Queue:

Core Concepts

Examples

While the details on the components may provide value, this system benefits most from some examples:

Back to PSFramework