---
title: CiWorkflow.Attributes
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/ciworkflow/attributes-data.dictionary
---

# CiWorkflow.Attributes

The attributes that describe a Workflows resource.

## Declaration

```data
object CiWorkflow.Attributes
```

## Properties

actions: The actions that are part of the workflow. 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’s description. isEnabled: A Boolean value that indicates whether the workflow is active or deactivated. isLockedForEditing: A Boolean value that indicates whether edits to the workflow are restricted. lastModifiedDate: The date and time when the workflow was last modified. name: The name of the Xcode Cloud workflow; for example, My Workflow. 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:

## Topics

### Objects

- [CiBranchStartCondition](appstoreconnectapi/cibranchstartcondition.md)
- [CiTagStartCondition](appstoreconnectapi/citagstartcondition.md)
- [CiPullRequestStartCondition](appstoreconnectapi/cipullrequeststartcondition.md)
- [CiScheduledStartCondition](appstoreconnectapi/cischeduledstartcondition.md)
- [CiFilesAndFoldersRule](appstoreconnectapi/cifilesandfoldersrule.md)

## See Also

### Objects

- [CiWorkflow.Relationships](appstoreconnectapi/ciworkflow/relationships-data.dictionary.md)
