Get-PSFRunspaceWorkflow
SYNOPSIS
Returns a list of registered runspace workflows.
SYNTAX
Get-PSFRunspaceWorkflow [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
Returns a list of registered runspace workflows. A Runspace workflow object is the main component managing a PSFramework Runspace Workflow
EXAMPLES
EXAMPLE 1
Get-PSFRunspaceWorkflow
Returns all registered runspace workflows.
PARAMETERS
-Name
By which name to filter. Defaults to *
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: *
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
NOTES
RELATED LINKS
https://psframework.org/documentation/documents/psframework/runspace-workflows.html