Waiting for engine...
Skip to main content

Artifact

No description

type Artifact {
artifactId: ID!
artifactType: ArtifactType!
artifactInternalId: ID!
artifactInternalVersion: String
artifactDescription: String
artifactName: String!
createdBy: String
createdDate: DateTime
modifiedBy: String
modifiedDate: DateTime
serviceType: ServiceType!
artifactMetadata: String
}

Fields

Artifact.artifactId ● ID! non-null scalar miscellaneous

Unique identifier for the artifact

Artifact.artifactType ● ArtifactType! non-null enum bundles

The type of artifact (e.g., PACKAGED_COMPONENT, FLOW, SUPPORTING, AI_AGENT)

Artifact.artifactInternalId ● ID! non-null scalar miscellaneous

Internal identifier for the artifact within the system

Artifact.artifactInternalVersion ● String scalar miscellaneous

The internal version number of the artifact

Artifact.artifactDescription ● String scalar miscellaneous

A description of what this artifact does

Artifact.artifactName ● String! non-null scalar miscellaneous

The display name of the artifact

Artifact.createdBy ● String scalar miscellaneous

The user who created this artifact

Artifact.createdDate ● DateTime scalar partner-portal

The date and time when this artifact was created

Artifact.modifiedBy ● String scalar miscellaneous

The user who last modified this artifact

Artifact.modifiedDate ● DateTime scalar partner-portal

The date and time when this artifact was last modified

Artifact.serviceType ● ServiceType! non-null enum bundles

The type of service this artifact belongs to (e.g., INTEGRATION, API, HUB, FLOW, DCP)

Artifact.artifactMetadata ● String scalar miscellaneous

Additional metadata associated with this artifact

Member Of

Bundle object

On this Page