G'day,
Working with a WF instantiated via iwmodelc from Java. Very basic WF... external task gets file attached from Java class, transitions over to submit task.
From there, it goes to a deploy task (fan out to two nodes) and then to an email URLTask to notify current user its done.
For some reason, the ownership seems to change (i believe at the deploy task) and SYSTEM becomes the task owner when i get to the email URLTask.
Using the OOTB EmailTask spring bean... throwing an error, no recipients since none specified for SYSTEM.
Not sure why my owner is getting switched to SYSTEM and not to current TS user.
Any ideas?