Skip to content

Commit f20123b

Browse files
authored
Update discrepancies in jBPM doc (#4288)
* Change 'new group' to 'add to group' in section 3.3. Add missing Process Data creation in 4.4. Add images for both modifications. * Add role, which allows user Katy to see Task Inbox
1 parent f622c1d commit f20123b

File tree

5 files changed

+25
-2
lines changed

5 files changed

+25
-2
lines changed

_images/cases/proc-hardware-proc.png

16.9 KB
Loading
1.38 KB
Loading

doc-content/drools-docs/src/main/asciidoc/GettingStartedDecServices/creating-users-proc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In {CENTRAL}, you can use groups and roles to control permissions for a collecti
2020
. Click image:project-data/new_group.png[new group], enter `broker`, and click *Next*.
2121
. Select `Bill` from the user list, and click *Add selected users*.
2222
. Click *Users*, select `Katy`, and click *Edit* -> *Roles* -> *Add roles*.
23-
. Select `manager`, click *Add to selected roles*, and click *Save*.
23+
. Select `manager` and `user`, click *Add to selected roles*, and click *Save*.
2424
. Click the *Groups* tab and click *Add to groups*.
2525
. Select `approver` and `kie-server`, and click *Add to selected groups*.
2626
. Click *Save*.

doc-content/jbpm-docs/src/main/asciidoc/GettingStartedBusProc/creating-users-proc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ In {CENTRAL}, you can use groups and roles to control permissions for a collecti
2626
. Click *Save*.
2727
. Click the *Users* tab, select `Bill` from the user list, and click *Edit* -> *Roles* -> *Add roles*.
2828
. Select `user`, and click *Add to selected roles*.
29-
. Click the *Groups* tab, click image:project-data/new_group.png[], select `kie-server`, and click *Add to selected groups*.
29+
. Click the *Groups* tab, click image:project-data/add_to_groups.png[], select `kie-server`, and click *Add to selected groups*.
3030
. Click *Save*.

doc-content/jbpm-docs/src/main/asciidoc/GettingStartedCaseManagement/case-management-designing-IT-hardware-proc.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,29 @@ The following case file variables are custom data types:
5252
* *hwSpec*: org.jbpm.document.Document (type in this value)
5353
* *survey*: Survey [com.myspace.it_orders_new] (select this value)
5454
====
55+
+
56+
.. Scroll down, expand *Process Data*, click image:getting-started/btn_plus.png[the plus sign icon] in the *Process Variables* section, and enter the following values under *Process Variables*:
57+
+
58+
.Process variables
59+
[cols="1,2", options="header"]
60+
|===
61+
62+
|Name
63+
|Data Type
64+
65+
|CaseID
66+
|String
67+
68+
|initiator
69+
|String
70+
71+
|approved
72+
|Boolean
73+
|===
74+
+
75+
.Completed process variables
76+
image::cases/proc-vars.png[screen capture of the process variables list]
77+
5578
+
5679
. Click *Save*.
5780
. Define the roles involved in the case.

0 commit comments

Comments
 (0)