Workflow Decision only displays Enumerations from the Workflow Context Object

0
Hi all,   I’m configuring an Employee OnBoarding workflow while following along with this course → https://academy.mendix.com/link/paths/112/Build-a-Powerful-Workflow Entity Configuration is very simple as follows:   When creating a decision, the expression editor is only allowing me to select Enumerations from the associated Entity in the WorkflowContext object. I know there were recent changes made in the Workflow engine, but as far as I know I have the mapping correct otherwise. WorkflowContext → Business Entity WorkflowInstance → Association Object for an instance of the process
asked
1 answers
2

Between a variabele '$' and a member (attribute or association) you should use a slash '/' not a dot '.'

answered