Interface ExternalAgentInvocationRequest

All Known Implementing Classes:
ExternalAgentInvocationRequestImpl

public interface ExternalAgentInvocationRequest
  • Method Details

    • getAgentInstanceId

      String getAgentInstanceId()
    • getTenantId

      String getTenantId()
    • getSequence

      long getSequence()
    • getExternalId

      String getExternalId()
    • getMessage

      String getMessage()
    • getAuthenticationApiKey

      FlowableAuthenticationApiKey getAuthenticationApiKey()
    • getProperties

      Map<String,Object> getProperties()
    • getTimeoutSeconds

      long getTimeoutSeconds()