blob: 61f05b86225808a979152d810744b107d75608a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
---
title: votingplugin_vote
parent: External task types
grand_parent: Task types
---
# votingplugin_vote (task type)
Since v3.7
{: .label .label-green }
Plugin 'VotingPlugin' required
{: .label }
Vote a number of times using VotingPlugin.
## Options
| Key | Description | Type | Required | Default | Notes |
|----------|----------------------|---------|----------|---------|-------|
| `amount` | The number of votes. | Integer | Yes | \- | \- |
## Examples
Vote 10 times:
``` yaml
votingplugin:
type: "votingplugin_vote"
amount: 10 # number of times to vote
```
|