Skip to content

Question about retrieving TaskScheduled EventType Input in orchestration instance #1759

Answered by cgillum
mengschin asked this question in Q&A
Discussion options

You must be logged in to vote

I'm not able to see the TaskScheduled EventType from the history retrieved

We have logic that actually removes the TaskScheduled events after the tasks have completed to keep the size of the history smaller. Part of me regrets this decision because there is less visibility available to you, though I fear removing it would be a breaking change for some. It's something I'm considering revisiting either as a breaking change update or as a feature of alternate Durable Functions backends.

Is there a way we can get the Input the particular activity/task received?

This is not possible currently. Part of the reason is the answer above. However, the other part of the reason is that the Durable…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by cgillum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1362 on April 01, 2021 17:17.