You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Application client and workflow logs API
- Add Application client with GetParameters method for retrieving input form configuration
- Add GetLogs method to WorkflowService for fetching workflow execution logs
- Introduce BaseClient to share common client fields across services
- Add schema types for ApplicationParameters and WorkflowLogs
- Add documentation comments for Application and WorkflowService methods
0 commit comments