Legacy Knowledge Base
Published Jul. 2, 2025

Facing issues with the workflow powered application

Written By

Kanchan Bisht

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

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

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

  • When trying to create a workflow-powered app, It's changing the app version which is as expected but when clicking the app again to modify or edit anything then the 'NullPointerExceptions' in the Liferay console can be observed and received a UI error message. Hence, unable to proceed further to edit the app.

Steps to reproduce

1) Set up a clean instance of the Liferay 7.3
2) Create the Object and forms
3) Try to create the App
4) After the initial step, when re-open the app and add a step to the workflow by clicking the plus icon, configure steps and while saving the app, a warning message has been received.
5) Check the Liferay console for NullPointerExceptions.
ERROR [http-nio-8080-exec-18][ExceptionMapper:31] java.lang.NullPointerException
java.lang.NullPointerException
at com.liferay.app.builder.workflow.rest.internal.dto.v1_0.util.AppWorkflowUtil._toAppWorkflowRoleAssignments(AppWorkflowUtil.java:102)
at com.liferay.app.builder.workflow.rest.internal.dto.v1_0.util.AppWorkflowUtil.access$200(AppWorkflowUtil.java:47)
at com.liferay.app.builder.workflow.rest.internal.dto.v1_0.util.AppWorkflowUtil$4.<init>(AppWorkflowUtil.java:165)
at com.liferay.app.builder.workflow.rest.internal.dto.v1_0.util.AppWorkflowUtil._toAppWorkflowTask(AppWorkflowUtil.java:150)
at com.liferay.app.builder.workflow.rest.internal.dto.v1_0.util.AppWorkflowUtil.access$000(AppWorkflowUtil.java:47)
at com.liferay.app.builder.workflow.rest.internal.dto.v1_0.util.AppWorkflowUtil$1.lambda$null$1(AppWorkflowUtil.java:87)
at com.liferay.portal.vulcan.util.TransformUtil.transform(TransformUtil.java:38)
at .........

Environment

  • Liferay DXP 7.3

Resolution

  • It is a verified issue and can be tracked here LPS-130259. 

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base