Skip to main content

Function: stepExternalKeyPart()

stepExternalKeyPart(externalKey, index): string

Defined in: packages/workflow-engine/src/core/step-external-key.ts:62

Sub-key for one of several effects a single step creates — a batch submit that fans out across partitions needs one key per partition, and the partitioning is deterministic, so index is stable across replays too.

Parameters​

externalKey​

string

index​

number

Returns​

string