Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Manual Operation

Modified on July 26, 2024

Halts the execution until an individual or group completes a specified task.

Script usage:

Perform-ManualOperation(
	Name: <text>,
	[Description: <text>],
	AssignedTo: <text>,
	[SendEmail: <true/false>],
	[CC: <@(text)>]
);

This operation may be prefixed with Core::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Task name
text
Name
The name of the task that uniquely identifies it in the UI. This argument is required.
Task description
text
Description
Assigned to
text
AssignedTo
The user or group who is responsible to complete the specified task. Default value is "$ExecutionUser". This argument is required.
Send email to assignees
true/false
SendEmail
CC email addresses
@(text)
CC