| external help file | IdLE-help.xml |
|---|---|
| Module Name | IdLE |
| online version | |
| schema | 2.0.0 |
Validates an IdLE workflow definition file.
Test-IdleWorkflow [-WorkflowPath] <String> [[-Request] <Object>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]
Loads and strictly validates a workflow definition (PSD1). Throws on validation errors.
Test-IdleWorkflow -WorkflowPath ./workflows/joiner.psd1 -Request $request
Path to the workflow definition file (PSD1).
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseOptional lifecycle request for validating compatibility (LifecycleEvent match).
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseTODO: ProgressAction Description
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.