Hi folks
I would like to create some Java-based workflow methods in order that they can be invoked by a regular DCTM workflow (i.e. not BPM). Would it be possible to deploy such workflow methods as BOF modules by extending IDfMethod (as described at http://donr7n.wordpress.com/2008/10/20/methods-as-bof-modules/) or would I have to extend IDmMethod instead (and deploy to JMS)?
Cheers
Mark
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
You certainly can deploy a standard workflow method this way
Use IDfMethod instead of IDmMethod, and retrieve the workitem parameters in the execute method.
Regards
Jørg
Thanks Joerg - I just realised that I hadn't checked the 'Use as workflow Method' checkbox... :-)
Haha,
that's certainly easy to forget
In case you didn't know, this does simly set the a_special_app attribute to 'Workflow', so can always update the dm_method object directly