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

# CiWorkflowCreateRequest.Data.Attributes

The attributes you set that describe the new Xcode Cloud workflow resource.

## Declaration

```data
object CiWorkflowCreateRequest.Data.Attributes
```

## Properties

actions: The workflow’s actions. clean: A Boolean value that indicates whether Xcode Cloud should perform a clean build. containerFilePath: The relative 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 New Workflow. isLockedForEditing: A Boolean value that indicates whether edits to the workflow are restricted. pullRequestStartCondition: A start condition that starts new builds for changes to a pull request. scheduledStartCondition: A start condition that starts new builds based on a custom schedule. branchStartCondition: A start condition that starts new builds for changes to a branch. tagStartCondition: A start condition that starts new builds for changes to a tag. manualBranchStartCondition: manualPullRequestStartCondition: manualTagStartCondition:

## See Also

### Objects

- [CiWorkflowCreateRequest.Data.Relationships](appstoreconnectapi/ciworkflowcreaterequest/data-data.dictionary/relationships-data.dictionary.md)
