# Callback (random_step_resolver)
Randomly choose resolver for active step from given role
# Config
random_step_resolver:
config:
# Required | Type: string | Default: null
# Role from which is resolver chosen
role: "myrole"
# Optional | Type: int | Default: null
# If this user is in selected role, this user will be picked
preferUser: 6
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11