|
@@ -318,6 +318,7 @@ class CPeService {
|
|
|
code: DbSchema.act.peTypes.code,
|
|
|
name: DbSchema.act.peTypes.name,
|
|
|
eventInstId: DbSchema.act.peTypes.eventInstId,
|
|
|
+ isJoinAfterCreate: DbSchema.act.peTypes.isJoinAfterCreate,
|
|
|
fields: z.array(
|
|
|
CustomFieldWithValidators.extend({ peFfId: z.string() }),
|
|
|
),
|
|
@@ -328,6 +329,7 @@ class CPeService {
|
|
|
pt.code,
|
|
|
pt.name,
|
|
|
pt.event_inst_id as "eventInstId",
|
|
|
+ pt.is_join_after_create as "isJoinAfterCreate",
|
|
|
coalesce(jsonb_agg(jsonb_build_object(
|
|
|
'fieldDefinitionId',
|
|
|
cfwv.field_definition_id,
|