Hi,
I have a DFC code for workflow.In the same code I need to get name of person who initiated workflow.
Can someone please share code for same.
Thank You in advance for your help.
If you are going to working with DFC java code, I suggest you download DFC javadocs. Its pretty comprehensive.
getCreatorName() - Returns the name of the person who created (initiated) the workflow.
getCreatorName()
Thank You.Its working.