forked from AOT-Technologies/forms-flow-ai-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask_variables.html
47 lines (45 loc) · 2.58 KB
/
task_variables.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<article class="docs-article">
<section class="docs-section" id="taskvariables">
<div>
<h1 id="taskvariables">Task variable workflow</h1>
<hr><br>
Task variables are the form fields that you added to the form. Users can select form
fields that they want to display in the task list.
<ol>
<li>Create a new form or Edit an already created form.</li><br>
<img src="./assets/images/Screenshot 2022-05-12 160427.png" width="1000"
height="500"><br><br>
<li>Associate the form with the workflow. </li><br>
<img src="./assets/images/Screenshot 2022-05-12 160526.png" width="1000"
height="500"><br><br>
<li>Ensure the workflow has included FormBPMFilteredDataPipelineListener. </li><br>
<img src="./assets/images/Screenshot 2022-05-12 165140.png" width="1000"
height="500"><br><br>
<li>Add task filter variables to the form. The FormBPMFilteredDataPipelineListener
copies
the added task variable keys from form(formio) to camunda variables..</li><br>
<img src="./assets/images/Screenshot 2022-05-12 161159.png" width="1000"
height="500"><br><br>
<strong>Note:</strong> As of now only key is used, Label and Show in list are
included for
future purpose.<br>
<li>Click the add button, the selected key is added as a task variable. We can add
more
variables from the form as task variables and also edit the task variable
already added.
</li><br>
<img src="./assets/images/Screenshot 2022-05-12 162111.png" width="1000"
height="500"><br><br>
<li> Add the task variables to edit filter in camunda tasklist</li><br>
<img src="./assets/images/Screenshot 2022-05-12 162652.png" width="1000"
height="500"><br><br>
<li>Submit new application with this form</li><br>
<img src="./assets/images/Screenshot 2022-05-12 162340.png" width="1000"
height="500"><br><br>
<li>Now these variables are displayed in users tasklist</li><br>
<img src="./assets/images/Screenshot 2022-05-12 162839.png" width="1000"
height="500"><br><br>
</ol>
</div>
</section>
</article>