-
Bug
-
Resolution: Done
-
Critical
-
6.0.3
Description of problem:
If you model a process with error end event / errorRef / data input / data input assignment and then SAVE the process then these changes are NOT commited to the git repository - upon reloading the web designer, the changes are simply not there.
Version-Release number of selected component (if applicable):
bpms 6.0.x
How reproducible:
always
Steps to Reproduce:
1. Create dummy process definition - i.e. START->END. Save this process and clone the git repository at this moment
Now, as described by customer follow these steps:
1.) Open a process,
2.) Add an error end event
3.) Set a value into error ref property
3.) Add a data input of type String to the error end event
4.) Assign a fix value ("equal to") to data input yo have added in step 3.)
5.) Klick the "Save" icon
6.) You will get an error message: User ... has change teh workflow .... Options: Force Save or Reload.
7.) Klick "Force Save"
8.) jbpm designer will askyou for a check in comment, type it in
9.) You get a message "Successfully saved"
Now go the the clone repository and call "git pull". The output:
$ git pull
Already up-to-date.
Actual results:
The process which includes configured error end event is impossible to save! No commits are added to the git repository.
Expected results:
The process which includes configured error end event should be saved and successfully committed in the git repository. (if the above process definition contains some error which prevents the successful commit than this error has to to be reported in the Problem section)
Additional info: