Naming Convention

Objects and resources used in Quartz are identified using prefixed ids.

All ids are UUIDs formated strings : 123e4567-e89b-12d3-a456-4266141

resources
prefix
e.g

pipeline, sub-pipeline

p

p-123e467-e89b-12d3-a456-426614

opportunity

o

o-123e467-e89b-12d3-a456-426614

team

t

t-123e467-e89b-12d3-a456-426614

member

u

m-123e47-e89b-12d3-a456-426614

signal

s

s-123e47-e89b-12d3-a456-426614

action

a

a-123e47-e89b-12d3-a456-426614

Last updated

Was this helpful?