--- title: "Manual Operation" ---
This is generated from the built in components of BuildMaster 2024.0, and may be different than what you have installed (especially if you have extensions); go to [Gear Icon] -> Administration -> Operations within your BuildMaster instance to see exactly what operations are available.

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