Browse by Tags

All Tags » Destinations   (RSS)
Showing page 1 of 2 (16 total posts)
  • populate datafield or SO in destination rule code

    Hello,  I'm coding my own worklist. For each worklist item I want to know the destinations of the activity (as determined by the destination rule). I can't find a property in the K2 API, so now I'm trying to populate a datafield with the destinations in the destination rule code. Can I use an activity datafield? If not, I have to use a ...
    Posted to General (Forum) by basklerx on July 8, 2008
  • Re: Populate Infopath with K2 users

    When you say 'with users in K2', what do you mean?  K2 gets its users from a security provider--out of the box ActiveDirectory or SQL tables.  But there are other choices.  You could maintain lists of authorized approvers in many different ways. Let's take an example.  You could create a SharePoint list of authorized users for ...
    Posted to General (Forum) by DavidL on June 20, 2008
  • Re: How to design a activity has dynamic destination Users

    There are a couple of ways to do this, and this is a fairly common situation.  Arduk is on the right track.  You can use the SharePoint Search event to search for items within a particular list.  The matching list items are stored in a repeating XML node.  Repeating XML nodes can be used as destinations for client events.  ...
    Posted to General (Forum) by DavidL on June 9, 2008
  • Dynamic Destination Users from datasource

    I'd like to be able to use a different datasource i.e. SQL to hold the users. Then, depending on certain datafield values, I'll send the process instance to a or many users that are queried for based on the criteria.  I'm having a tough time getting to the destination user part of K2ROM, if it even exists.  Does anyone have any ...
    Posted to General (Forum) by Zeppelin on May 2, 2008
  • DestinationUser

    Hello, I have an approval infopath form and directly after this form event I like to update a smartobject (within the same activity) putting in the destination user. The activity has a role for the destination user - so I like to find which person has currently approved. Is there a K2 field which I can use?
    Posted to General (Forum) by man_anja on April 17, 2008
  • Roles and Destinations

    Hi I'm having a problem getting my destination slots working how i'd like. I have a role which has several users.  The role is set as the destination.  I'd like for a user within that role to be able to open an item, then cancel it and still have it available to all the other users in the role. However, as soon as one user submits the ...
    Posted to General (Forum) by PhillippaR on March 10, 2008
  • InfoPath 2003 Integration

    I have a process that needs to branch in various ways after the initial submit of an InfoPath form. We are using 2003 with MOSS. I was hoping to just be able to access the InfoPath data through the line rules and provide the routing that way. Is there an easy method to get the InfoPath values and use them in the destination rules or do I need to ...
    Posted to General (Forum) by BPMER on March 5, 2008
  • K2 Web Designer - Dynamic Destination Users

    I am working within the K2 Web Designer in MOSS and I am finding it difficult to dynamically set an approver. I know this is used more for business analyst but I wanted to know the upper bounds of what a user have the ability to do. I have been trying to add the destination user as part of a column in the document library but with no luck. If ...
    Posted to General (Forum) by miketrouard on February 28, 2008
  • Re: Default Escalation with custom code

    japergis:The reason why it is going to ApprovedStep is because it is the last line of code.  I think you need to do the following. for (int i = 0; i < K2.ActivityInstance.Destinations.Count; i++){  if (K2.ActivityInstance.Destinations[i].DataFields[''Action Result''].Value.ToString() == ''Declined'')  {    ...
    Posted to General (Forum) by hyankov on February 28, 2008
  • Modify InfoPath form for an activity instance rather than the process instance

    As per the title of this post, is this possible? K2.ActivityDestinationInstance.XmlFields[''MYINFOPATHFORM''] seems to get me a copy of my form for the activity destination instance, but it's blank! is it possible for me to get to the instance of the form that the destination user will open. I want to be able to add some content to the form for ...
    Posted to General (Forum) by mgallen on February 23, 2008
1 2 Next >