Class ExternalGuardrailInvocationRequest

java.lang.Object
com.flowable.agent.api.guardrail.ExternalGuardrailInvocationRequest

public class ExternalGuardrailInvocationRequest extends Object
Request object passed to external guardrail invokers.
  • Field Details

    • content

      protected final String content
    • applyTo

      protected final String applyTo
    • agentKey

      protected final String agentKey
    • operationKey

      protected final String operationKey
    • tenantId

      protected final String tenantId
    • inputParameters

      protected final Map<String,Object> inputParameters
    • outputParameters

      protected final Map<String,Object> outputParameters
  • Constructor Details

  • Method Details

    • getContent

      public String getContent()
    • getApplyTo

      public String getApplyTo()
    • getAgentKey

      public String getAgentKey()
    • getOperationKey

      public String getOperationKey()
    • getTenantId

      public String getTenantId()
    • getInputParameters

      public Map<String,Object> getInputParameters()
    • getOutputParameters

      public Map<String,Object> getOutputParameters()