Class FeatureExecutionContext

java.lang.Object
app.ductape.sdk.features.FeatureExecutionContext

public final class FeatureExecutionContext extends Object
Snapshot of the resolved inputs handed to a FeatureLocalExecutor.

Mirrors TS IExecuteWorkflowOptions after session resolution + productBuilder bootstrap: product/env/feature definition + input payload + (already-decrypted) session resolution metadata. Includes a place holder for replay/resume semantics so the executor can branch on fromStep / fromCheckpoint without FeatureService leaking those into the execute call signature.