545
fieldName = sadefs.WorkflowID
546
} else if c.archetypeID == chasm.SchedulerArchetypeID && alias == "TemporalSystemExecutionStatus" {
547
>
// To support querying Workflow based schedulers and CHASM based schedulers, we need to translate
converter.go
548
>
// TemporalSystemExecutionStatus as an alias to the system search attribute ExecutionStatus.
549
>
fieldName = "ExecutionStatus"
550
} else if strings.HasPrefix(fieldName, sadefs.ReservedPrefix) {
551
fieldName = fieldName[len(sadefs.ReservedPrefix):]