Hi,
I noticed the taskbox (activity guidance) does not reflect the input count of the activity. So even if the activity has mandatory inputs, the option to close the activity is shown in the activity guidance. (And when the user clicks it, he/she gets an exception.)
The problem is here:
The Activity.Acticity2.Id has not been assigned yet and is always null at this point. Instead, we should work with the client variable or with the result of the aggregate.
So with the ActivityId = GetActivity.List.Current.Activity2.Id
it works well.
Please could you fix this?
Thanks, Maria