Package com.flowable.agent.api.history
Interface HistoricAgentInstanceKnowledgeBaseLink
public interface HistoricAgentInstanceKnowledgeBaseLink
-
Method Details
-
getId
String getId()The id of the instance -
getAgentInstanceId
String getAgentInstanceId()The id of the agent instance -
getKnowledgeBaseItemId
String getKnowledgeBaseItemId()The id of the knowledge item -
getKnowledgeBaseItemSectionId
String getKnowledgeBaseItemSectionId()The section id of the knowledge base item -
getExternalId
String getExternalId()The id of the external knowledge item. This could be different from the reference in the knowledge base item section and / or it could be set even if there is no knowledge base item section. -
getScore
double getScore()Return the score of the match
-