Hi all,
I wrote a workflow expression but it was quite long.
So I used javac to create package and store it in proper dir inside codebase/ext.
But when I'm calling my class via expression in workflow manager I get error class not found.
Checking Syntax...
e:\Windchill_9.0\Windchill\temp\WfExpression269020934.java:40: package com does not exist ext.workflow.myClass(primaryBusinessObject); ^
1 error
Syntax check complete.
Can you help me, please?