Skip to content

Commit

Permalink
Remove activity state from execution log to prevent large record sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Jun 5, 2021
1 parent 51a7b0f commit ec172d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Elsa.Core/Handlers/WriteWorkflowExecutionLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public async Task Handle(ActivityExecutionResultExecuted notification, Cancellat
{
Output = activityExecutionContext.Output,
Outcomes = activityExecutionContext.Outcomes,
State = activityExecutionContext.GetActivityData()
};

var resuming = activityExecutionContext.Resuming;
Expand Down

0 comments on commit ec172d9

Please sign in to comment.