operatorfabric-core icon indicating copy to clipboard operation
operatorfabric-core copied to clipboard

Add the possibility to share handlebars template between processes

Open freddidierRTE opened this issue 2 months ago • 0 comments

Add in state defintion in config.json another field : templateFromAnotherProcess

Example :

templateFromAnotherProcess : 
  {
     processId: myProcess
     templateName : "myTemplateFile.handlebars"
     version: 1
  }

When this field is present , the front shall use the template from the specify process instead of the templte define in templateName

Implementation : The choice of the template shall be done in TemplateRenderingComponent.ts

freddidierRTE avatar Sep 12 '25 14:09 freddidierRTE