Class AzureAiFoundryExternalAgentInvocationResult
java.lang.Object
com.flowable.agent.engine.impl.model.external.azure.AzureAiFoundryExternalAgentInvocationResult
- All Implemented Interfaces:
ExternalAgentInvocationResult
public class AzureAiFoundryExternalAgentInvocationResult
extends Object
implements ExternalAgentInvocationResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodebooleanvoidsetExternalId(String externalId) voidsetFinished(boolean finished) voidsetJobConfiguration(String jobConfiguration) voidsetMessage(String message)
-
Field Details
-
finished
protected boolean finished -
externalId
-
message
-
jobConfiguration
-
-
Constructor Details
-
AzureAiFoundryExternalAgentInvocationResult
public AzureAiFoundryExternalAgentInvocationResult()
-
-
Method Details
-
isFinished
public boolean isFinished()- Specified by:
isFinishedin interfaceExternalAgentInvocationResult
-
setFinished
public void setFinished(boolean finished) -
getExternalId
- Specified by:
getExternalIdin interfaceExternalAgentInvocationResult
-
setExternalId
-
getMessage
- Specified by:
getMessagein interfaceExternalAgentInvocationResult
-
setMessage
-
getFullResponse
public com.fasterxml.jackson.databind.node.ObjectNode getFullResponse()- Specified by:
getFullResponsein interfaceExternalAgentInvocationResult
-
getJobConfiguration
- Specified by:
getJobConfigurationin interfaceExternalAgentInvocationResult
-
setJobConfiguration
-