Skip to content

Commit 0b94af4

Browse files
committed
fix: Rename proposed field
Signed-off-by: Javier Aliaga <[email protected]>
1 parent a65d1de commit 0b94af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

20250523-RS-workflow-activity-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The proposed fields introduced in this document are:
5555

5656
- WorkflowInstanceId: This field will provide a unique identifier for the workflow instance. It is already available in the orchestration context but will now be propagated to the activity context.
5757

58-
- TaskInstanceId: This field will provide a unique identifier for the same activity among retries. This new field will be part of the [Activity Request](https://github.com/dapr/durabletask-protobuf/blob/main/protos/orchestrator_service.proto) and needs to be populated in the runtime.
58+
- ActivityInstanceId: This field will provide a unique identifier for the same activity among retries. This new field will be part of the [Activity Request](https://github.com/dapr/durabletask-protobuf/blob/main/protos/orchestrator_service.proto) and needs to be populated in the runtime.
5959

6060
- RetryAttempt: This field will contain the current retry count for the activity execution.
6161

0 commit comments

Comments
 (0)