Skip to content

Commit

Permalink
fix: readded Inputs to trigger metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Feb 17, 2022
1 parent 9ad3069 commit 27de709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/WorkflowEngine.Core/TriggerMetadata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ public class TriggerMetadata
{

public string Type { get; set; }

public Dictionary<string, object> Inputs { get; set; } = new Dictionary<string, object>();
}


Expand Down

0 comments on commit 27de709

Please sign in to comment.