Package io.camunda.client.protocol.rest
Class UseSourceParentKeyInstruction
java.lang.Object
io.camunda.client.protocol.rest.UseSourceParentKeyInstruction
- All Implemented Interfaces:
AncestorScopeInstruction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class UseSourceParentKeyInstruction
extends Object
implements AncestorScopeInstruction
Instructs the engine to use the source's direct parent key as the
ancestor scope key for the target element. This is a simpler alternative to
`inferred` that skips hierarchy traversal and directly uses the
source's parent key. This is useful when the source and target elements
are siblings within the same flow scope.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionancestorScopeType(String ancestorScopeType) booleanThe type of ancestor scope instruction.inthashCode()voidsetAncestorScopeType(String ancestorScopeType) toString()
-
Field Details
-
JSON_PROPERTY_ANCESTOR_SCOPE_TYPE
- See Also:
-
-
Constructor Details
-
UseSourceParentKeyInstruction
public UseSourceParentKeyInstruction()
-
-
Method Details
-
ancestorScopeType
-
getAncestorScopeType
The type of ancestor scope instruction.- Specified by:
getAncestorScopeTypein interfaceAncestorScopeInstruction- Returns:
- ancestorScopeType
-
setAncestorScopeType
-
equals
-
hashCode
public int hashCode() -
toString
-