Package org.imixs.ai.model
Class BPMNTemplateBuilder
java.lang.Object
org.imixs.ai.model.BPMNTemplateBuilder
This builder class convert a BPMN Model into Markup Language useable for LLMs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildPromptTemplate(org.openbpmn.bpmn.BPMNModel model, org.imixs.workflow.ModelManager modelManager) Test the output of the Model in Markup Language
-
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.ModelExceptionorg.openbpmn.bpmn.exceptions.BPMNValidationException
-