Hi,
am currently developing a sequential SharePoint 2010 workflow that works on project server 2010 EPT, i have one problem with the WorkflowProperties is that the WorkflowProperties.Originator is always equal to the system account no matter who was the real initiator.
i know that the workflow run with system account privilege but i need to find a way to get the real initiator of the workflow, i even tried to to get the SPContext.Current but it returns null.
thanks in advance