Azure / Azure/azure-functions-powershell-worker

$triggerMetadata.isReplaying is always True after the first Invoke-ActivityFunction

Open
#650 6 comments 1 reaction 0 assignees View on GitHub
feature:durable functions
Dominant language
C#
Stars
215
Forks
61
Avg merge
21h 4m
Merged PRs (30d)
6

Description

In C#, the context.IsReplaying property would reflect the replaying status up to that line of code. But in Powershell, once the first activity function is called, then the value of $triggerMetadata.isReplaying is always true for every line of code executed after that.

IsReplaying is critical for logging - without it I can only effectively log from the very beginning or the very end of an orchestrator function, but nowhere in between.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.