public class ServiceTask extends TaskWithFieldExtensions
| Modifier and Type | Field and Description |
|---|---|
static String |
CAMEL |
static String |
CASE_TASK |
protected List<CustomProperty> |
customProperties |
static String |
DMN_TASK |
protected String |
extensionId |
static String |
EXTERNAL_WORKER_TASK |
static String |
EXTERNAL_WORKER_TASK_LEGACY |
static String |
HTTP_TASK |
protected String |
implementation |
protected String |
implementationType |
static String |
MAIL_TASK |
static String |
MULE |
protected String |
operationRef |
protected String |
resultVariableName |
static String |
SEND_EVENT_TASK |
static String |
SHELL_TASK |
protected String |
skipExpression |
protected boolean |
storeResultVariableAsTransient |
protected boolean |
triggerable |
protected String |
type |
protected boolean |
useLocalScopeForResultVariable |
fieldExtensionsboundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsasynchronous, asynchronousLeave, behavior, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, name, parentContainerattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
ServiceTask() |
getFieldExtensions, setFieldExtensionsgetBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesgetBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isAsynchronousLeave, isExclusive, isNotExclusive, setAsynchronous, setAsynchronousLeave, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesgetDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberpublic static final String DMN_TASK
public static final String MAIL_TASK
public static final String HTTP_TASK
public static final String SHELL_TASK
public static final String CASE_TASK
public static final String SEND_EVENT_TASK
public static final String EXTERNAL_WORKER_TASK
public static final String EXTERNAL_WORKER_TASK_LEGACY
public static final String MULE
public static final String CAMEL
protected String implementation
protected String implementationType
protected String resultVariableName
protected String type
protected String operationRef
protected String extensionId
protected List<CustomProperty> customProperties
protected String skipExpression
protected boolean useLocalScopeForResultVariable
protected boolean triggerable
protected boolean storeResultVariableAsTransient
public String getImplementation()
public void setImplementation(String implementation)
public String getImplementationType()
public void setImplementationType(String implementationType)
public String getResultVariableName()
public void setResultVariableName(String resultVariableName)
public String getType()
public void setType(String type)
public List<CustomProperty> getCustomProperties()
public void setCustomProperties(List<CustomProperty> customProperties)
public String getOperationRef()
public void setOperationRef(String operationRef)
public String getExtensionId()
public void setExtensionId(String extensionId)
public boolean isExtended()
public String getSkipExpression()
public void setSkipExpression(String skipExpression)
public boolean isUseLocalScopeForResultVariable()
public void setUseLocalScopeForResultVariable(boolean useLocalScopeForResultVariable)
public boolean isTriggerable()
public void setTriggerable(boolean triggerable)
public boolean isStoreResultVariableAsTransient()
public void setStoreResultVariableAsTransient(boolean storeResultVariableAsTransient)
public ServiceTask clone()
clone in class FlowElementpublic void setValues(ServiceTask otherElement)
Copyright © 2022 Flowable. All rights reserved.