Thanks again,
But i think the condition which are provided , i can't use it.
- We are starting our workflow manually, when we start our workflow , i will require to check the Initiator of the workflow belongs to valid group or not,(though i accomplished it by using web service) .
In addition to this, i also wanted to fetch variable of already running workflow on item.
- In my case we have two workflows , Approver and cancel.
=> in scenario , approver wf is running on one item which has some approver stored in one variable,
and on the same item i will also run cancel workflow(which will basically cancel approver wf) , so at that time i will require to fetch workflow instance of Approver and fetch that variable(which has some approver) , and wanted to send email says that the appover wf is cancelled.
so, i m planning to develope the event receiver on Workflow Satrting event !!
But i m nor sure how to implement it, Any help would be appreciated.
Thanks.