flowable / flowable/flowable-engine
flowable-modeler: Provide more informative error message when deployment fails?
- 主要言語
- Java
- スター
- 9.5k
- フォーク
- 2.9k
- 平均マージ
- 7時間 8分
- マージ済み PR(30日)
- 2
説明
When deploying apps from the modeler some error messages could be even more helpful.
For example when the deployment fails the modeler displays `Invalid Deploy result code: HTTP 500`
The server logfile includes a detailed error message with the reson why the deployment failed:
```
05:12:40,957 [http-nio-8080-exec-60] ERROR org.flowable.engine.impl.bpmn.deployer.ParsedDeploymentBuilder - Could not parse resource Test.bpmn
org.flowable.bpmn.exceptions.XMLException: cvc-datatype-valid.1.2.1: 'Test 2' is not a valid value for 'NCName'.
```
It could be helpful to propagate these errors to the modeler, what do you think?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by tracing how a failed deployment response reaches the modeler, then compare the displayed HTTP 500 with the detailed server logfile error shown in the issue. Done means the modeler exposes the underlying deployment failure reason instead of only reporting “Invalid Deploy result code: HTTP 500”.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api, backend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 32/100