Skip to content

Conversation

irfanali915
Copy link

@irfanali915 irfanali915 commented Mar 25, 2024

As dfm history Endpoint GET /a/p/i/{connName}-{hubName}/orchestrations('<id>')/history

return data in camelCase JSON and react using Pascal Case, causing issue with rendering

  • Execution History
  • Sequence Diagram
  • Gantt Chart

Example of API response

{ "totalCount": null, "history": [ { "timestamp": "2024-03-05T13:38:52.4641772Z", "eventType": "ExecutionStarted", "eventId": null, "name": "name123", "scheduledTime": null, "result": null, "details": null, "durationInMs": 0.0, "subOrchestrationId": null } ] }

@irfanali915
Copy link
Author

@microsoft-github-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant