Uses of Class
com.flowable.agent.engine.impl.report.AgentGuardrailReport
Packages that use AgentGuardrailReport
-
Uses of AgentGuardrailReport in com.flowable.agent.engine.impl.report
Fields in com.flowable.agent.engine.impl.report with type parameters of type AgentGuardrailReportModifier and TypeFieldDescriptionprotected List<AgentGuardrailReport>AgentInvocationReport.guardrailsMethods in com.flowable.agent.engine.impl.report that return types with arguments of type AgentGuardrailReportMethods in com.flowable.agent.engine.impl.report with parameters of type AgentGuardrailReportModifier and TypeMethodDescriptionprotected StringAsposeAgentTimelinePdfRenderer.guardrailOutcome(AgentGuardrailReport guardrail) "Passed" when the guardrail passed, otherwise the fired action (falling back to "Fired").Method parameters in com.flowable.agent.engine.impl.report with type arguments of type AgentGuardrailReportModifier and TypeMethodDescriptionvoidAgentInvocationReport.setGuardrails(List<AgentGuardrailReport> guardrails) -
Uses of AgentGuardrailReport in com.flowable.platform.service.agent
Methods in com.flowable.platform.service.agent with parameters of type AgentGuardrailReportModifier and TypeMethodDescriptionprotected voidAgentTimelinePdfService.parseGuardrailContent(AgentExchangeTimelineResponse exchange, AgentGuardrailReport guardrail) Parses the guardrail's output part content (a JSON object) into the report, tolerating any missing field.