< Back
Start-AMWorkflow
Post
NAME Start-AMWorkflow
SYNOPSIS
Starts AutoMate Enterprise workflows.
SYNTAX
Start-AMWorkflow [-InputObject] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Start-AMWorkflow starts workflows.
PARAMETERS
-InputObject <Object>
The workflows to start.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Workflows can be supplied on the pipeline to this function.
OUTPUTS
System.Object[]
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Starts workflow "My Workflow"
Get-AMWorkflow "My Workflow" | Start-AMWorkflow
RELATED LINKS
https://github.com/AutomatePS/AutomatePS
SYNOPSIS
Starts AutoMate Enterprise workflows.
SYNTAX
Start-AMWorkflow [-InputObject] <Object> [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Start-AMWorkflow starts workflows.
PARAMETERS
-InputObject <Object>
The workflows to start.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
Workflows can be supplied on the pipeline to this function.
OUTPUTS
System.Object[]
-------------------------- EXAMPLE 1 --------------------------
PS C:\\># Starts workflow "My Workflow"
Get-AMWorkflow "My Workflow" | Start-AMWorkflow
RELATED LINKS
https://github.com/AutomatePS/AutomatePS