---
title: "init(identifier:)"
framework: backgroundtasks
role: symbol
role_heading: Initializer
path: "backgroundtasks/bgprocessingtaskrequest/init(identifier:)"
---

# init(identifier:)

Return a new processing task request for the specified identifier.

## Declaration

```swift
init(identifier: String)
```

## Parameters

- `identifier`: The string identifier of the processing task associated with the request.
