Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update discrepancies in jBPM doc #4288

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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