Skip to main content

DesignRuleCheckExecuteOnUploadInput

**Experimental** Represents the input for executing rule checks on an upload.

input DesignRuleCheckExecuteOnUploadInput {
clientExecutionId: String
configuration: DesignRuleCheckExecutionConfigurationInput
reason: String!
source: String!
uploadId: String!
}

Fields

DesignRuleCheckExecuteOnUploadInput.clientExecutionId ● String scalar

**Experimental** Client-generated identifier used together with the design and revision to deduplicate executions.

DesignRuleCheckExecuteOnUploadInput.configuration ● DesignRuleCheckExecutionConfigurationInput input

**Experimental** Custom configuration of the rule check reporting. When specified, overrides the configuration stored in the design data for this execution only.

DesignRuleCheckExecuteOnUploadInput.reason ● String! non-null scalar

**Experimental** Reason why the rule check execution is triggered, which can be used for filtering and distinguishing different types of rule check executions. Known values: CHANGE, PROCESS, REGENERATION, RELEASE_CANDIDATE, RELEASE, UPLOAD. New values may be added; clients must tolerate unknown values.

DesignRuleCheckExecuteOnUploadInput.source ● String! non-null scalar

**Experimental** Source of the rule check execution, identifying whether it is triggered by a user or by the system. Known values: SYSTEM, USER. New values may be added; clients must tolerate unknown values.

DesignRuleCheckExecuteOnUploadInput.uploadId ● String! non-null scalar

**Experimental** The identifier of the upload to execute rule checks for.