Process
Type represents a process.
type Process {
id: ID!
name: String
integrationPack: [ProcessIntegrationPackInfo]
processSchedules: ProcessSchedules
}
Fields
Process.id ● ID! non-null scalar miscellaneous
The process id.
Process.name ● String scalar miscellaneous
Process name.
Process.integrationPack ● [ProcessIntegrationPackInfo] list object catalog-service
The integration packs that share the process info.
Process.processSchedules ● ProcessSchedules object catalog-service
Process schedules.
Returned By
integrationPackInstanceProcesses query
Member Of
DeployedApiCallDetailData object ●
DeployedApiCallSummaryData object ●
IntegrationPackEnvironmentAttachmentWithExtensions object
Was this topic helpful?