Hi! I have a next case - I’ve created a bug where I’ve set a wrong input to an activity in a workflow. I’ve created a workflow run. It failed. Now I want to reconcile it. I’ve set the correct variable for the activity input and I’ve tried to reset that workflow to an event before that activity invocation but I still see the old input for the activity. Is there any other options except restarting workflow from scratch?
I can provide an example if you want
Hi
I’ve set the correct variable for the activity input
where have you set the value?
resetting the workflow to the workflow task before the activityTaskSchedule event should re-schedule the activity with the new value, if the value if available in this scope. For example, if it was the result of a previous activity execution that won’t work because the result is recorded in the event history and the workflow will use that value during workflow replay.
I can provide an example if you want
![]()
I can no longer recreate that.Thanks for your explanation