Class AgentDefinitionModel.AgentOperation
java.lang.Object
com.flowable.agent.api.repository.AgentDefinitionModel.AgentOperation
- Enclosing interface:
AgentDefinitionModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AgentDefinitionModel.AgentBehavior
protected AgentDefinitionModel.AgentInput
protected String
protected String
protected AgentDefinitionModel.AgentOutput
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
key
-
behavior
-
input
-
output
-
-
Constructor Details
-
AgentOperation
public AgentOperation()
-
-
Method Details
-
getName
-
setName
-
getKey
-
setKey
-
getBehavior
-
setBehavior
-
getInput
-
setInput
-
getOutput
-
setOutput
-