< Back

Resume-AMInstance

Sat Jan 11, 2020 3:18 am

NAME Resume-AMInstance



SYNOPSIS

Resumes AutoMate Enterprise workflow and task instances.





SYNTAX

Resume-AMInstance [<CommonParameters>]



Resume-AMInstance [-InputObject <Object>] [<CommonParameters>]





DESCRIPTION

Resume-AMInstance resumes paused workflow and task instances.





PARAMETERS

-InputObject <Object>

The instances to resumes.



Required? false

Position? named

Default value

Accept pipeline input? true (ByValue)

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

Instances can be supplied on the pipeline to this function.





OUTPUTS

Instance





-------------------------- EXAMPLE 1 --------------------------



PS C:\\># Resumes all currently paused instances



Get-AMInstance -Status Paused | Resume-AMInstance









-------------------------- EXAMPLE 2 --------------------------



PS C:\\># Resumes all currently paused instances of workflow "My Workflow"



Get-AMWorkflow "My Workflow" | Get-AMInstance -Status Paused | Resume-AMInstance











RELATED LINKS

https://github.com/AutomatePS/AutomatePS