Skip to content

Commit

Permalink
my-app: render how many times error was retried
Browse files Browse the repository at this point in the history
  • Loading branch information
widmogrod committed Jan 9, 2024
1 parent c362117 commit 86c4ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/my-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,8 @@ function App() {
<dd>{error.Code}</dd>
<dt>Message</dt>
<dd>{error.Reason}</dd>
<dt>Retried</dt>
<dd>{error.Retried} / {error.BaseState?.DefaultMaxRetries}</dd>
</dl>
<WorkflowToString flow={error.BaseState?.Flow}/>
<ListVariables data={error.BaseState}/>
Expand Down

0 comments on commit 86c4ef0

Please sign in to comment.