| external help file | IdLE-help.xml |
|---|---|
| Module Name | IdLE |
| online version | |
| schema | 2.0.0 |
Creates a deterministic plan from a lifecycle request and a workflow definition.
New-IdlePlan [-WorkflowPath] <String> [-Request] <Object> [[-Providers] <Object>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
Delegates plan building to IdLE.Core and returns a plan artifact. Providers are passed through for later increments.
$plan = New-IdlePlan -WorkflowPath ./workflows/joiner.psd1 -Request $request -Providers $providers
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: FalseThe lifecycle request object created by New-IdleRequest.
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseProvider registry/collection passed through to planning. (Structure to be defined later.)
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
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.