Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi,
I have a workflow where I get the group name that user belongs to .
I create the group name in organization and add in codebase/ext/group.properties file.
Later based on group,reviewer name is selected.Process works fine for Approval
But for rework,after Rework ,process is stuck.
Appreciate anyone can help on this.Have attached workflow and group.properties.file
Thanks.
Don't you have to restart the method servers (and clear the cache) after you change a file in the codebase?
Are there any errors in the BGMS when it gets to the node where it's hanging up?
arajendren wrote:
Hi,
I have a workflow where I get the group name that user belongs to .
I create the group name in organization and add in codebase/ext/group.properties file.
Later based on group,reviewer name is selected.Process works fine for Approval
But for rework,after Rework ,process is stuck.
Appreciate anyone can help on this.Have attached workflow and group.properties.file
Thanks.
Hi,Thanks for the response. Method server did not show errors and I did restart the server
aafter the code change.
Anyway I got it solved by changing the logic.
Thanks.