basicgroupsprotocol.EntryProvided[T]

This parameter typearrow-up-right takes 1 type parameter which must be a parsable basic group.

On the parameter form this will appear as a singular basic group selector.

The value of this is evaluated at task construct time, and is resolved sequentially based on the task index. So if for example a basic group like this with 3 entries was passed:

entry1
entry2
entry3

Then the tasks would always receive the following values:

  • task 1: entry1

  • task 2: entry2

  • task 3: entry3

  • task 4: entry1

  • ...

Last updated