Skip to content

Send-HEATTask

SYNOPSIS

Forwards a task to another team using the application name

SYNTAX

Send-HEATTask [-TaskNr] <Int32> [-Application] <String> [<CommonParameters>]

DESCRIPTION

Forwards a teask to another team by first looking up application name & retrieving team & appname, sending a mail to the requestor stating they should use the "application" flow, and finally putting the task on the other team

EXAMPLES

Example 1

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

{{ Add example description here }}

PARAMETERS

-TaskNr

{{ Fill TaskNr Description }}

Type: Int32
Parameter Sets: (All)
Aliases:

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

-Application

{{ Fill Application Description }}

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
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

OUTPUTS

NOTES