| | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, December 16, 2008 Posts: 32, Visits: 120 |
| | Hi all, when i execute one workflow that it has resource set activity in workItem list i has one list by topic "select resources", (i desplaied it in attache file ) also that you see in this file in select resource list exist one actor(kevin lena) becuase i execute this work flow by this code; Client cl = new Client("ResSetApp", "ResSetWF"); cl.Execute(2, "<test>123</test>"); cl.Close(); and i set Actor Selection Filter property of resource set activity with [userId]=[VariableSubmittedBy.UserId] now i'd like to display in select resources of workItem list show more than one actor. but i don't know how can i do this work ! please say to me what must i write in Execute methode and how must i set Actor Selection Filter property also in help of skelta is said that for this work (for filling select resources list in workItem List with more than one actor)i must define variable in start activity with array type and then i must select it in Assign Actor property of Resource Set activity ,is it true or no? ohter thing , under the select resources list exist one proceed button that when i transfer actor to second list and select it this massage show : Could not perform resourceset action (Resource Set1). why this massage is showed? please help to me by simple sample step by step. regards
|
| | | | Supreme Being
       
Group: Forum Members Last Login: Thursday, June 02, 2011 Posts: 90, Visits: 150 |
| | Hi, The Resource Set Activity is used in the Skelta workflow process design when the actor for executing the subsequent activity needs to be selected by another actor in the previous activity of the workflow. This activity displays a list of actors in the WorkItem List of the actor who will make the selection.
Based on the Actor Selection Filter set for ResourceSetactivity, the user to whom this resource set is assigned would be able to select the resources from the list and click on proceed. The selected resources would store in the variable selceted in Assign Actor property which can be used in further steps of the workflow.
I am attaching the workflow sample for the same Regards,
Moderator
|
| | | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, December 16, 2008 Posts: 32, Visits: 120 |
| | Hi skelta02 thanks for your useful response, my problem is solved by your help. best regards |
| |
|
|