Question:
i am dynamically assigning 5 agents using wf-task object.so 5 workitems are created and all are able to execute the workitem.
i wanted to know how can i retrive the agent who executed the workitem,
the date and time when the agent executed.i have a user decision in the workitem.so all the 5 agents give their decision.
i neeed to know how can i find out whcih agent pressed yes or no.
how can i use the workitem id in my method which is created dynamically by wf-task object method allagentsgetand dispatch depending upon the no of users i give..
thanks
chetan
Answer:
When the work item is executed and the task is completed for a decision step, the following container elements are set:
_wi_result = the result of the decision
_workitem-executedbyuser-ID = the username in user master
_workitem-ActualEndDate = Actual end date of the work item
_workitem-ActualEndTime = Actual end time of the work item
Answer:
wi_result = the result of the decision
_workitem-executedbyuser-ID = the username in user master
_workitem-ActualEndDate = Actual end date of the work item
_workitem-ActualEndTime = Actual end time of the work item
i wanted to know how should the binding be done in user decison.i need to
know what is the method that is to be used to capture all this.
swc_get_element container '_wi_result' result.
in the above macro coding.i wanted to know which container that teh above macro refer to.
how to i get the workitem id when it is created.how will i get the workitem for each of the users..
please help me how should i get all the above u have told me
thanks