legacy-knowledge-base
公開されました Jun. 30, 2025

Headless Endpoint WorkflowInstance Change Transitionが動作しない。

written-by

Morheno Legros

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • '/o/headless-admin-workflow/v1.0/workflow-instances/{workflowInstanceId}/change-transition' のエンドポイントを使用して、ヘッドレスエンドポイントを使用してワークフロータスクを承認および拒否しようとすると、呼び出し中に400エラーが発生することがある。

Environment

  • DXP 7.4

解決策

  • /o/headless-admin-workflow/v1.0/openapi.json には、"/v1.0/workflow-tasks
    {workflowTaskId}
    /change-transition" という API があり、本文は以下のような内容で、動作を解決します:
    {
    "comment": "Approve Comment",
    "transitionName": "approve",
    "workflowTaskId": {ID}
    }
did-this-article-resolve-your-issue

legacy-knowledge-base