(executionId: string)
| 32 | } |
| 33 | |
| 34 | function markerKey(executionId: string): string { |
| 35 | return `${PROGRESS_KEY_PREFIX}${executionId}` |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * Atomic monotonic write: set the field only when the incoming marker's embedded |
no outgoing calls
no test coverage detected