Class BPMNTemplateBuilder

java.lang.Object
org.imixs.ai.model.BPMNTemplateBuilder

public class BPMNTemplateBuilder extends Object
This builder class convert a BPMN Model into Markup Language useable for LLMs
  • Constructor Details

    • BPMNTemplateBuilder

      public BPMNTemplateBuilder()
  • Method Details

    • buildPromptTemplate

      public static String buildPromptTemplate(org.openbpmn.bpmn.BPMNModel model, org.imixs.workflow.ModelManager modelManager) throws org.imixs.workflow.exceptions.ModelException, org.openbpmn.bpmn.exceptions.BPMNValidationException
      Test the output of the Model in Markup Language
      Throws:
      org.imixs.workflow.exceptions.ModelException
      org.openbpmn.bpmn.exceptions.BPMNValidationException