Hi all, I'm trying to pass generated metadata from a workflow task to another workflow task (both in the same workflow) when using a resource manager to execute workflow task jobs.
I've done this before successfully when workflow tasks within a given workflow are run locally (by the workflow manager itself) but when I point workflow manager to have tasks execute through a resource manager, my generated metadata does not seem to transfer from one task to the next. By "generated" metadata, I mean metadata that is added within the "run" method of an implemented WorkflowTaskInstance. It's worth noting though, that metadata passed into the initial XmlRpc call of a workflow task seems to be passed to all subsequent tasks just fine. Just not generated metadata - which passes only when not using a resource manager. I'm trying to ascertain if this issue is a bug or not. To find out, could someone elaborate a bit on which resmgr (or other) classes would include code that actually shows metadata for a job being passed through a remotely running job? I've been trying to find such code within the codebase but have not come across it yet. Thanks! rishi
