< Back
Resume-AMWorkflow
Post
NAME Resume-AMWorkflow
SYNOPSIS
Resumes a failed AutoMate Enterprise workflow.
SYNTAX
Resume-AMWorkflow [-WhatIf] [-Confirm] [<CommonParameters>]
Resume-AMWorkflow [-InputObject <Object>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Resume-AMWorkflow resumes paused workflow and task instances.
PARAMETERS
-InputObject <Object>
The workflow(s) to resume.
Required? false
Position? named
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:\\># Resumes a workflow
Get-AMWorkflow "Failed workflow" | Resume-AMWorkflow
RELATED LINKS
https://github.com/AutomatePS/AutomatePS
SYNOPSIS
Resumes a failed AutoMate Enterprise workflow.
SYNTAX
Resume-AMWorkflow [-WhatIf] [-Confirm] [<CommonParameters>]
Resume-AMWorkflow [-InputObject <Object>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
Resume-AMWorkflow resumes paused workflow and task instances.
PARAMETERS
-InputObject <Object>
The workflow(s) to resume.
Required? false
Position? named
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:\\># Resumes a workflow
Get-AMWorkflow "Failed workflow" | Resume-AMWorkflow
RELATED LINKS
https://github.com/AutomatePS/AutomatePS