Skip to content

Commit

Permalink
fix(docs): Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlaCarvajal committed Dec 10, 2024
1 parent ed13c74 commit d75cd99
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ String userId = null;
wf.assignUserTask("some-user-task-def", userId, hardCodedUserGroup);

// Using a variable to set User Group
wf.assignUserTask("another-user-task-def", userId, userGrou.q
:qpVariable);
wf.assignUserTask("another-user-task-def", userId, userGroupVariable);
```

</TabItem>
Expand Down

0 comments on commit d75cd99

Please sign in to comment.