Hello,
my default task activity looks like this:
- SmartObject: CreateTask Event
- InfoPath Client Event
- SmartObject: UpdateTask Event
The purpose of the SO Task is to store the people who carry out the task and a given taskcomment. This is used as an own smal Workflow History.
Within the form (open rule) I store fields with the user who opens the form (displayname, email, account eg) and I have fields for the task action and task comment.
In UpdateTask Event I update my created SO Task entry with this fields, also I use the task action field from the form to store the action the destination user has done. All works fine - BUT if I allow handling actions directly over the worklist than of course all my form fields are not set.
Questions:
- The activity data fields Outcome and Action Results do not contain any values. I expected that I can find the task action the user used in one of these fields. Why not?
- I try to solve my batch problems by using code in the succeeding rule of the activity (see Johnny's great article: Updating Batch Action/Outcome results back into InfoPath form) - but this changes are not available during UpdateTask. When do this rule run?
Anja
