Manual Operation
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Manual Operation

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

Manual Operation

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. This argument is required.
Send email to assignees
true/false
SendEmail
CC email addresses
@(text)
CC

Was this article helpful?