17
Views
0
Comments
[Sample Reactive Taskbox] Bug in ActivityGuidance - Input count not correct
sample-reactive-taskbox
Reactive icon
Forge asset by Platform Maintenance
Application Type
Reactive

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.