Skip to main content
Release Notes

Supergraph โ€“ Added

Related products:Fenergo API
  • April 7, 2025
  • 0 replies
  • 1 view

  • JourneyInstanceProcess.tasksV2, JourneyInstance.taskV2 and JourneySchemaProcess.tasks to return Journey Tasks in a polymorphic manner (e.g PolicyTaskDto, ProductTaskDto etc.) exposing type-specific properties
fragment PolymorphicTaskProps on JourneyTaskDto {
id
taskType
... on PolicyTaskDto {
policyTarget
policyCategory
policyRequirementType
}
... on ProductTaskDto {
productActions
productScopingRuleSet
}
}