Uses of Record Class
com.flowable.platform.service.agent.AgentTimelinePdfService.AgentInstanceInfo
Packages that use AgentTimelinePdfService.AgentInstanceInfo
-
Uses of AgentTimelinePdfService.AgentInstanceInfo in com.flowable.platform.service.agent
Methods in com.flowable.platform.service.agent with parameters of type AgentTimelinePdfService.AgentInstanceInfoModifier and TypeMethodDescriptionprotected AgentTimelineReportAgentTimelinePdfService.buildInvocationReport(String agentInstanceId, String invocationId, AgentTimelinePdfService.AgentInstanceInfo header, AgentInstanceTimelineResponse instance, List<AgentModelPrice> prices) voidAgentTimelinePdfService.generateInvocationPdf(String agentInstanceId, String invocationId, AgentTimelinePdfService.AgentInstanceInfo header, OutputStream outputStream) Generates a PDF for a single agent invocation: fetches the agent instance timeline, keeps only the target invocation and renders it in single-agent-instance mode (agent-instance header, no multi-agent overview).