After create task and according that element type filter in elementtemplates

 this.modeler = new Modeler({
      container: '#canvas',
      width: '100%',
      height: '600px',
      propertiesPanel: {
        parent: '#properties'
      },
      additionalModules: [
        propertiesPanelModule,
        propertiesProviderModule,
        ReplaceMenuProvider,
        customTranslateModule
      ],
      elementTemplates:botdetails.botdetails,
      moddleExtensions: {
        camunda: camunda.camunda
      }
    });```

In above code you can see i set element templates successfully but after create task and according that task technology and technology category wise need filter automatically in element templates
anybody guide me how can i acheive this task in angular 8

Could you explain your issue in a structured and detailed manner, so anyone has a fair chance to understand your use case?

If you are stuck with a particular problem, provide the necessary context. Phrase your post so that we can follow your line of thought, step by step.

Please revise your post; we may not be able to help you otherwise. We may also close topics of low quality to prevent spam.

Thanks :heart:

this issue is resovled i did customization inside nodemodules files.