Package app.ductape.sdk.features
Class FeatureExecutionContext
java.lang.Object
app.ductape.sdk.features.FeatureExecutionContext
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.
-
Constructor Details
-
FeatureExecutionContext
-
-
Method Details
-
product
-
env
-
featureTag
-
input
-
session
-
featureId
-
productRow
-
featureDefinition
-
extras
-
toMap
Convenience snapshot useful for logging / fixtures parity.
-