Skip to content

Commit

Permalink
Update discrepancies in jBPM doc (#4288)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
The-Huginn authored Jan 28, 2025
1 parent f622c1d commit f20123b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
Binary file added _images/cases/proc-hardware-proc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/project-data/add_to_groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In {CENTRAL}, you can use groups and roles to control permissions for a collecti
. Click image:project-data/new_group.png[new group], enter `broker`, and click *Next*.
. Select `Bill` from the user list, and click *Add selected users*.
. Click *Users*, select `Katy`, and click *Edit* -> *Roles* -> *Add roles*.
. Select `manager`, click *Add to selected roles*, and click *Save*.
. Select `manager` and `user`, click *Add to selected roles*, and click *Save*.
. Click the *Groups* tab and click *Add to groups*.
. Select `approver` and `kie-server`, and click *Add to selected groups*.
. Click *Save*.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ In {CENTRAL}, you can use groups and roles to control permissions for a collecti
. Click *Save*.
. Click the *Users* tab, select `Bill` from the user list, and click *Edit* -> *Roles* -> *Add roles*.
. Select `user`, and click *Add to selected roles*.
. Click the *Groups* tab, click image:project-data/new_group.png[], select `kie-server`, and click *Add to selected groups*.
. Click the *Groups* tab, click image:project-data/add_to_groups.png[], select `kie-server`, and click *Add to selected groups*.
. Click *Save*.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,29 @@ The following case file variables are custom data types:
* *hwSpec*: org.jbpm.document.Document (type in this value)
* *survey*: Survey [com.myspace.it_orders_new] (select this value)
====
+
.. 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*:
+
.Process variables
[cols="1,2", options="header"]
|===

|Name
|Data Type

|CaseID
|String

|initiator
|String

|approved
|Boolean
|===
+
.Completed process variables
image::cases/proc-vars.png[screen capture of the process variables list]

+
. Click *Save*.
. Define the roles involved in the case.
Expand Down

0 comments on commit f20123b

Please sign in to comment.