Uses of Class
com.flowable.agent.engine.impl.report.AgentInvocationReport
Packages that use AgentInvocationReport
-
Uses of AgentInvocationReport in com.flowable.agent.engine.impl.report
Fields in com.flowable.agent.engine.impl.report declared as AgentInvocationReportModifier and TypeFieldDescriptionprotected final AgentInvocationReportAsposeAgentTimelinePdfRenderer.NumberedInvocation.invocationFields in com.flowable.agent.engine.impl.report with type parameters of type AgentInvocationReportModifier and TypeFieldDescriptionprotected List<AgentInvocationReport>AgentInstanceReport.invocationsMethods in com.flowable.agent.engine.impl.report that return types with arguments of type AgentInvocationReportMethods in com.flowable.agent.engine.impl.report with parameters of type AgentInvocationReportModifier and TypeMethodDescriptionprotected InstantAsposeAgentTimelinePdfRenderer.endInstant(AgentInvocationReport invocation) Resolves the invocation's end instant, falling back to start + duration whenendTimeis absent.protected longAsposeAgentTimelinePdfRenderer.endMillis(AgentInvocationReport invocation) protected StringAsposeAgentTimelinePdfRenderer.firstModel(AgentInvocationReport invocation) protected StringAsposeAgentTimelinePdfRenderer.invocationLabel(AgentInvocationReport invocation) protected voidAsposeAgentTimelinePdfRenderer.renderGuardrails(com.aspose.pdf.Page page, AgentInvocationReport invocation) Renders the guardrails sub-section for an invocation: a summary line (evaluated / passed / fired / pass rate) followed by a table with a row per evaluation.protected voidAsposeAgentTimelinePdfRenderer.renderInvocation(com.aspose.pdf.Page page, AgentInvocationReport invocation, String number, com.aspose.pdf.Page tocPage) protected voidAsposeAgentTimelinePdfRenderer.renderInvocationMeta(com.aspose.pdf.Page page, AgentInvocationReport invocation) Renders the per-invocation metrics as a whitespace-rich bullet list, one metric per line.protected longAsposeAgentTimelinePdfRenderer.startMillis(AgentInvocationReport invocation) Method parameters in com.flowable.agent.engine.impl.report with type arguments of type AgentInvocationReportModifier and TypeMethodDescriptionvoidAgentInstanceReport.setInvocations(List<AgentInvocationReport> invocations) Constructors in com.flowable.agent.engine.impl.report with parameters of type AgentInvocationReportModifierConstructorDescriptionprotectedNumberedInvocation(String number, String agentName, AgentInstanceReport instance, AgentInvocationReport invocation) -
Uses of AgentInvocationReport in com.flowable.platform.service.agent
Methods in com.flowable.platform.service.agent that return AgentInvocationReportModifier and TypeMethodDescriptionprotected AgentInvocationReportAgentTimelinePdfService.buildInvocation(AgentInvocationTimelineResponse invocation, List<AgentModelPrice> prices, AgentTimelineReport report) Methods in com.flowable.platform.service.agent with parameters of type AgentInvocationReportModifier and TypeMethodDescriptionprotected voidAgentTimelinePdfService.addGuardrail(AgentInvocationReport invocationReport, AgentExchangeTimelineResponse exchange) Records one guardrail evaluation on the invocation: updates the evaluated/fired/passed counts and appends a parsedAgentGuardrailReport.