Class ExecutableScriptTask
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableActivity
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableJobWorkerTask
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableScriptTask
- All Implemented Interfaces:
ExecutableCatchEventSupplier
,ExecutableFlowElement
,ExecutableJobWorkerElement
,ExecutableScript
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setExpression
(Expression expression) void
setResultVariable
(String resultVariable) Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableJobWorkerTask
getJobWorkerProperties, setJobWorkerProperties
Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableActivity
attach, attach, getBoundaryElementIds, getBoundaryEvents, getEvents, getEventSubprocesses, getInterruptingElementIds
Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowNode
addIncoming, addListener, addOutgoing, getEndExecutionListeners, getIncoming, getInputMappings, getOutgoing, getOutputMappings, getStartExecutionListeners, hasExecutionListeners, setInputMappings, setOutputMappings
Methods inherited from class io.camunda.zeebe.engine.processing.deployment.model.element.AbstractFlowElement
getElementType, getEventType, getFlowScope, getId, setElementType, setEventType, setFlowScope
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableFlowElement
getElementType, getEventType, getFlowScope, getId
-
Constructor Details
-
ExecutableScriptTask
-
-
Method Details
-
getExpression
- Specified by:
getExpression
in interfaceExecutableScript
-
setExpression
- Specified by:
setExpression
in interfaceExecutableScript
-
getResultVariable
- Specified by:
getResultVariable
in interfaceExecutableScript
-
setResultVariable
- Specified by:
setResultVariable
in interfaceExecutableScript
-