For example, if we have stages stages = list(a = list(b = 1, c = 2), d = 3, e = list(f = 4, g = 5)) then this method would return list('a/b', 'a/c', 'd', 'e/f', 'e/g')

stageRunner_stage_names()

Value

a list of canonical stage names.