Options for run. Both fields are optional; if name is omitted, the action's Function.name is used (works for named functions and for arrow functions assigned to a const since JS infers names from the binding site). If neither resolves, run throws.
run
name
Function.name
const
Optional
Journal entry name. Falls back to action.name if absent.
action.name
Retry policy. Defaults to the SDK's defaults if absent.
Custom serde for the journaled value.
Options for
run. Both fields are optional; ifnameis omitted, the action'sFunction.nameis used (works for named functions and for arrow functions assigned to aconstsince JS infers names from the binding site). If neither resolves,runthrows.