Browse by Tags

All Tags » .net » ActivityInstanceDestination   (RSS)
  • Dynamic Destinations using API

    I have a workflow that reads a list of comma separated usernames, and kicks off an IPC event for each user with that user as the destination... well at least that's the idea. I had this working in K2 2003 but am having real problems in Blackpearl. I've seen the post from Cherish http://www.k2underground.com/forums/post/18429.aspx but that hasn't ...
    Posted to General (Forum) by Smully on January 18, 2008
  • How to update ActivityInstanceDestination.DataFields programatically?

    Hi, I need to update some ActivityInstanceDestination.DataFields programatically. My code looks like this: Connection.Open(connectionString);WorklistItem worklistItem = Connection.OpenWorklistItem(serialNumber, ''ASP'', true, true);UpdateProcessDataFields(worklistItem.ProcessInstance); // Get data from UI and puts into process' ...
    Posted to General (Forum) by cato72 on September 26, 2007