The Workflow instance property is required

0
I am using Mendix Studio Pro version 9.6.2 to create a workflow. However, I encountered an error message stating "The workflow instance property is required," and I am unable to select any instance. How can I resolve this issue?  
asked
1 answers
0

Hi Uma,

Create an entity that is associated with the Workflow entity. The association between Workflow and the new entity must be one-to-many, which means one Workflow object is associated with many new entity objects. Refer the image below

image.png

answered