---
title: CiWorkflowUpdateRequest.Data.Attributes
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/ciworkflowupdaterequest/data-data.dictionary/attributes-data.dictionary
---

# CiWorkflowUpdateRequest.Data.Attributes

The attributes of the Workflows resource you’re changing with the update request.

## Declaration

```data
object CiWorkflowUpdateRequest.Data.Attributes
```

## Properties

actions: The workflow’s actions. clean: A Boolean value that indicates whether Xcode Cloud should perform a clean build. containerFilePath: The path to your Xcode project or workspace. description: The workflow description. isEnabled: A Boolean value that indicates whether the workflow is active or deactivated. name: The name of the workflow you want to create; for example, My Workflow. isLockedForEditing: A Boolean value that indicates whether edits to the workflow are restricted. pullRequestStartCondition: The workflow’s start condition for pull request changes. scheduledStartCondition: The workflow’s start condition that starts new builds on a custom schedule. branchStartCondition: The workflow’s start condition that starts new builds for changes to a branch. tagStartCondition: The workflow’s start condition that starts new builds for changes to a tag. manualBranchStartCondition: manualPullRequestStartCondition: manualTagStartCondition:

## See Also

### Objects

- [CiWorkflowUpdateRequest.Data.Relationships](appstoreconnectapi/ciworkflowupdaterequest/data-data.dictionary/relationships-data.dictionary.md)
