< Back

Get-AMWorkflowLink

Sat Jan 11, 2020 2:47 am

NAME Get-AMWorkflowLink



SYNOPSIS

Gets a list of links within a workflow.





SYNTAX

Get-AMWorkflowLink [-InputObject] <Object> [[-LinkType] {Blank | Success | Failure | Result}] [<CommonParameters>]





DESCRIPTION

Get-AMWorkflowLink retrieves links for a workflow.





PARAMETERS

-InputObject <Object>

The object to retrieve links from.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-LinkType

Only retrieve variables of a specific link type.



Required? false

Position? 2

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

The following AutoMate object types can be queried by this function:

Workflow





OUTPUTS



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



PS C:\\># Get links in workflow "FTP Files"



Get-AMWorkflow "FTP Files" | Get-AMWorkflowLink











RELATED LINKS

https://github.com/AutomatePS/AutomatePS