Hi all,
I’ve a scenario wherein I need to delegate a task from one user to another using K2 blackpearl?
I should not do it from K2 workspace instead I should be doing this using K2 APIs.
Will the delegated task be available to the initial user as well?
Kindly let me know if anyone has worked on this before?
I've found the following URL on the K2 Underground site,
but I'm not sure from where can I fetch all the following Ids i.e.,
ProcessInstanceID
ActivityID
ActivityInstanceID
ActivityDestinationID
EventID
private void AddOrDeleteUserFromWorklistItem(int nProcInstID,
int nActID,
int nActInstID,
int nActDestID,
int nEventID,
string strUserName, // must include the appropriate security label ('K2:' or 'K2SQL:')
bool bAddUser)
{
}
If in case I want to delete the initial user as well what can be done?
How can I achieve this?
Kindly give your valuable inputs?
Thanks & regards,
Phanibabu Kandala