OBJECT
ProcessRepository
link GraphQL Schema definition
- type ProcessRepository {
- # Arguments
- # entityId: ID of the entity to retrieve.
- ID!): ProcessEntity ( :
- # Arguments
- # entityIds: IDs of the entities to retrieve.
- ID!]!): [ProcessEntity!]! ( : [
- # Arguments
- # limit: Number of entities to retrieve.
- # offset: How many entities from beginning to skip.
- # filter: Filtering criteria.
- # orderBy: Ordering of the result set.
- # includeDeleted: Returns deleted records as well. Default false.
- (
- Int, :
- Int, :
- ProcessFilterInput, :
- ProcessOrderByInput!], : [
- Boolean :
- ): [ProcessEntity!]!
- # Arguments
- # filter: filtering criteria.
- # orderBy: Ordering of the result set.
- # includeDeleted: [Not documented]
- # 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.
- (
- ProcessFilterInput, :
- ProcessOrderByInput!], : [
- Boolean, :
- String, :
- String, :
- Int, :
- Int :
- ): ProcessEntityConnection
- # Arguments
- # id: [Not documented]
- # revision: [Not documented]
- (
- UUID!, :
- Int! :
- ): [UUID!]!
- # Arguments
- # entityId: [Not documented]
- # interval: [Not documented]
- (
- ID!, :
- LastActivityInterval! :
- ): ProcessTimelineResult!
- # Arguments
- # listingOptions: [Not documented]
- # filter: [Not documented]
- # orderBy: [Not documented]
- # 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.
- (
- ProcessTabDataGridViewOptionsParams!, :
- ProcessFilterInput, :
- ProcessOrderByInput!], : [
- String, :
- String, :
- Int, :
- Int :
- ): ProcessEntityConnection
- # Arguments
- # bulkFilter: [Not documented]
- (
- BulkOperationInput! :
- ): [ProcessEntity!]!
- # Arguments
- # processId: [Not documented]
- UUID!): [ProcessEntity!]! ( :
- # Arguments
- # entityId: [Not documented]
- # entityName: [Not documented]
- # limit: [Not documented]
- (
- UUID!, :
- EntityNameEnum!, :
- Int! :
- ): [RecentExecutionItem!]!
- # Arguments
- # limit: [Not documented]
- # offset: [Not documented]
- # filter: [Not documented]
- # orderBy: [Not documented]
- (
- Int, :
- Int, :
- ProcessFilterInput, :
- ProcessOrderByInput!] : [
- ): [ProcessEntity!]!
- }