Skip to content

Get-HEATSRTaskApplicationInfo

SYNOPSIS

Gets application information from a HEAT 'toepassingen' task.

SYNTAX

Get-HEATSRTaskApplicationInfo [-TaskNumber] <Int32> [<CommonParameters>]

DESCRIPTION

This function gets information about a 'toepassingen' task in HEAT, including comments added to the specific application field (ExtraInfoAppxx field), so that we can process this in automation.

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-TaskNumber

HEAT Task number for which to get info. This should be a task that is defined in the workflow as a 'Rechten verwijderen voor/Rechten toekennen voor' task.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: 0
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

List of input types that are accepted by this function.

OUTPUTS

List of output types produced by this function.

NOTES

Workflow is not read for the task, as this would make the script too complex. Instead, we split the task title on ' : ' to find out which application the task is about, then find this name in the list of paramters linked to a CI to dertermine the number.

URLs to related sites The first link is opened by Get-Help -Online Get-HEATSRTaskApplicationInfo