OBJECT
ProcessEntity
link GraphQL Schema definition
- type ProcessEntity {
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- : Boolean!
- # Unique identifier of entity.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- : ClientEntity
- # Field containing json.
- : [AiConversationItem!]
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessDeactivationReasonEnum
- # Multi-line text input field.
- : String
- # Boolean value.
- : Boolean
- # Datetime information.
- : DateTime
- # Datetime information.
- : DateTime
- # Name of the entity and its default text representation.
- : String!
- # Relation to single entity instance.
- : ID!
- : ProcessSchema
- # Field whose values are strictly defined with an enumeration of values.
- : ProcessTypeEnum!
- # Relations to ProcessActivityLogs.
- #
- # Arguments
- # filter: Filter ProcessActivityLog relations by target
- # ProcessActivityLog attributes.
- # orderBy: Order ProcessActivityLog relations by target
- # ProcessActivityLog attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : ProcessActivityLogFilterInput,
- : [ProcessActivityLogOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ProcessActivityLogEntityConnection
- # Relations to Tags.
- #
- # Arguments
- # filter: Filter Tag relations by target Tag attributes.
- # filterEdge: Filter TagRelation relations by edge (relation)
- # TagRelation attributes.
- # orderBy: Order Tag relations by target Tag attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : TagFilterInput,
- : TagRelationFilterInput,
- : [TagOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): TagRelationEntityConnection
- : DateTime
- : ProcessTimelineResult!
- : ProcessStatusEnum
- : ProcessRecordTriggerEventEnum
- : ProcessTriggerTypeEnum
- : EntityNameEnum
- : String
- # Relations to CloudObjects.
- : [CloudObjectRelationEntity!]
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- }
link Require by
- CloudObjectRelationEntitynull
- CreateProcessFromTemplatePayloadnull
- CreateProcessPayloadnull
- DeleteProcessPayloadnull
- ProcessActivityLogEntitynull
- ProcessEntityEdgeA Relay edge containing a `ProcessEntity` and its cursor.
- ProcessRepositorynull
- ProcessScheduledActionEntitynull
- StepChecklistEntitynull
- TagRelationEntitynull
- UpdateProcessPayloadnull