File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ export const NotificationPreference = 'NOTPRF' as const
142142export const NotificationRecord = 'TMNR' as const
143143export const ObjectCategory = 'OBJCAT' as const
144144export const OpTask = 'OPTASK' as const
145+ export const OpTaskBack = 'OPTASKBACK' as const
145146export const Parameter = 'PARAM' as const
146147export const ParameterDescriptiveText = 'PRMDTX' as const
147148export const ParameterGroup = 'PGRP' as const
@@ -205,6 +206,7 @@ export const Sequence = 'SEQ' as const
205206export const SharingSettings = 'SHRSET' as const
206207export const StepApprover = 'SPAPVR' as const
207208export const Task = 'TASK' as const
209+ export const TaskBack = 'TASKBACK' as const
208210export const Team = 'TEAMOB' as const
209211export const TeamMember = 'TEAMMB' as const
210212export const TeamMemberRole = 'TEAMMR' as const
You can’t perform that action at this time.
0 commit comments