public class CallActivity extends Activity
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessKey |
protected String |
calledElement |
protected String |
calledElementType |
protected boolean |
completeAsync |
protected Boolean |
fallbackToDefaultTenant |
protected boolean |
inheritBusinessKey |
protected boolean |
inheritVariables |
protected List<IOParameter> |
inParameters |
protected List<IOParameter> |
outParameters |
protected String |
processInstanceIdVariableName |
protected String |
processInstanceName |
protected boolean |
sameDeployment |
protected boolean |
useLocalScopeForOutParameters |
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsasynchronous, asynchronousLeave, behavior, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, name, parentContainerattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
CallActivity() |
getBoundaryEvents, 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, setXmlRowNumberprotected String calledElement
protected String calledElementType
protected boolean inheritVariables
protected boolean sameDeployment
protected List<IOParameter> inParameters
protected List<IOParameter> outParameters
protected String processInstanceName
protected String businessKey
protected boolean inheritBusinessKey
protected boolean useLocalScopeForOutParameters
protected boolean completeAsync
protected Boolean fallbackToDefaultTenant
protected String processInstanceIdVariableName
public String getCalledElement()
public void setCalledElement(String calledElement)
public boolean isInheritVariables()
public void setInheritVariables(boolean inheritVariables)
public boolean isSameDeployment()
public void setSameDeployment(boolean sameDeployment)
public List<IOParameter> getInParameters()
public void setInParameters(List<IOParameter> inParameters)
public List<IOParameter> getOutParameters()
public void setOutParameters(List<IOParameter> outParameters)
public String getProcessInstanceName()
public void setProcessInstanceName(String processInstanceName)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public boolean isInheritBusinessKey()
public void setInheritBusinessKey(boolean inheritBusinessKey)
public boolean isUseLocalScopeForOutParameters()
public void setUseLocalScopeForOutParameters(boolean useLocalScopeForOutParameters)
public boolean isCompleteAsync()
public void setCompleteAsync(boolean completeAsync)
public Boolean getFallbackToDefaultTenant()
public void setFallbackToDefaultTenant(Boolean fallbackToDefaultTenant)
public void setCalledElementType(String calledElementType)
public String getCalledElementType()
public String getProcessInstanceIdVariableName()
public void setProcessInstanceIdVariableName(String processInstanceIdVariableName)
public CallActivity clone()
clone in class FlowElementpublic void setValues(CallActivity otherElement)
Copyright © 2022 Flowable. All rights reserved.