legacy-knowledge-base
公開されました Jul. 2, 2025

user-id 以外の識別子によってワークフロー定義でユーザーを定義できません

written-by

Katlyn Lee

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

問題

  • ワークフロー定義を書くとき、ワークフロー通知を受け取るユーザーを screen-nameemail-addressの識別子で指定したい。 ただし、これらの識別子でユーザーを定義しようとすると、コードが自動的に削除されることがわかります。次に例を示します。

意図されました

<recipients receptionType="to"> 
<user> 
<screen-name>test</screen-name> 
</user> 
</recipients>

実際の

<recipients receptionType="to">
<assignees/>
</recipients>

Environment

  • DXP 7.1
  • DXP 7.2

解決策

  • これは Liferay の意図しない動作であり、チケット LPS-113477 および LPS-119896で報告および対処されています。 LPS-113477 は、DXP 7.1 フィックスパック 18 および DXP 7.2 フィックスパック 6 でリリースされています。 LPS-119896 は、DXP 7.2 フィックスパック 9 でリリースされました。
  • 修正 LPS-113477 および LPS-119896を含むホットフィックスを要求するヘルプ センター チケットを開きます。
did-this-article-resolve-your-issue

legacy-knowledge-base