This issue has been created
There is 1 update.
 
 
Publication Workflow Application / cid:jira-generated-image-avatar-d3d0b9a4-3d87-4a6a-80d9-e58e0003a45b XAWORKFLOW-122 Open

Target field is not updated if a workflow draft page is moved/renamed

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-b9bb9974-b9d4-473b-9a68-1d9c45005d6b Clemens Robbenhaar created this issue on 29/Jul/25 15:41
 
Summary: Target field is not update if a workflow draft page is moved/renamed
Issue Type: cid:jira-generated-image-avatar-d3d0b9a4-3d87-4a6a-80d9-e58e0003a45b Bug
Affects Versions: 2.4.3
Assignee: Unassigned
Created: 29/Jul/25 15:41
Priority: cid:jira-generated-image-static-major-d4d7fa64-0a4b-403c-954f-1e6e612b9ca6 Major
Reporter: Clemens Robbenhaar
Description:

Instead the "target" in the PublicationWorkflow.PublicationWorkflowClass still point to the old location.

That is of course the correct behavior for workflows, where the target page should not be moved, just because the draft page is moved.
However for the options "moveTarget" and "moveAll" of the moveStrategy field, the target field in the object should be updated, or after the next publication the new version will be created in the old location, while the target is actually present in the new location.

To Reproduce:

  • create workflow config with e.g. "moveAll" aka "Regardless of the type of document being moved, move its equivalent document(s)"
  • create a draft e.g. in Drafts.A.WebHome
  • publish the page to e.g. Published.A.WebHome
  • rename Drafts.A.WebHome to Drafts.B.WebHome

Expected behavior:

  • Published..A.WebHome is renamed to Published..B.WebHome
  • the "target" field in Drafts.B.WebHome contains the value Published..B.WebHome

Observed behavior

  • Published..A.WebHome is indeed renamed to Published..B.WebHome
  • however the "target" field in Drafts.B.WebHome contains the value Published.A.WebHome, as visible in the object editor
  • interestingly Published..B.WebHome does have the value "target" as Published..B.WebHome
 
 

1 update

 
cid:jira-generated-image-avatar-b9bb9974-b9d4-473b-9a68-1d9c45005d6b Changes by Clemens Robbenhaar on 29/Jul/25 15:42
 
Summary: Target field is not update updated if a workflow draft page is moved/renamed