---
title: CiActionType
framework: appstoreconnectapi
role: symbol
role_heading: Type
path: appstoreconnectapi/ciactiontype
---

# CiActionType

A string that represents the type of an Xcode Cloud workflow’s action.

## Declaration

```data
string CiActionType
```

## Possible Values

BUILD: The action is a build action. ANALYZE: The action is an analyze action. TEST: The action is a test action. ARCHIVE: The action is an archive action.

## Mentioned in

App Store Connect API 3.2 release notes

## See Also

### Objects

- [CiProduct](appstoreconnectapi/ciproduct.md)
- [CiProductResponse](appstoreconnectapi/ciproductresponse.md)
- [CiProductsResponse](appstoreconnectapi/ciproductsresponse.md)
- [CiProductAdditionalRepositoriesLinkagesResponse](appstoreconnectapi/ciproductadditionalrepositorieslinkagesresponse.md)
- [CiProductAppLinkageResponse](appstoreconnectapi/ciproductapplinkageresponse.md)
- [CiProductBuildRunsLinkagesResponse](appstoreconnectapi/ciproductbuildrunslinkagesresponse.md)
- [CiProductPrimaryRepositoriesLinkagesResponse](appstoreconnectapi/ciproductprimaryrepositorieslinkagesresponse.md)
- [CiProductWorkflowsLinkagesResponse](appstoreconnectapi/ciproductworkflowslinkagesresponse.md)
- [CiBranchStartCondition](appstoreconnectapi/cibranchstartcondition.md)
- [CiFilesAndFoldersRule](appstoreconnectapi/cifilesandfoldersrule.md)
- [CiGitUser](appstoreconnectapi/cigituser.md)
- [CiIssueCounts](appstoreconnectapi/ciissuecounts.md)
- [CiPullRequestStartCondition](appstoreconnectapi/cipullrequeststartcondition.md)
- [CiScheduledStartCondition](appstoreconnectapi/cischeduledstartcondition.md)
- [CiTagStartCondition](appstoreconnectapi/citagstartcondition.md)
