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.