Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1117452

Summary: Read Only Option for Business Central
Product: [Retired] JBoss BPMS Platform 6 Reporter: David Tucker <dtucker>
Component: jBPM DesignerAssignee: Tihomir Surdilovic <tsurdilo>
Status: CLOSED EOL QA Contact: Kirill Gaevskii <kgaevski>
Severity: low Docs Contact:
Priority: medium    
Version: 6.0.2CC: dtucker, kverlaen, wsiqueir
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:11:17 UTC Type: Feature Request
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
This is a BPM process in an embedded editor
none
Embedded view of BPM version history none

Description David Tucker 2014-07-08 17:53:06 UTC
Created attachment 916501 [details]
This is a BPM process in an embedded editor

Currently I can use the following URL:

http://localhost:8080/business-central/org.kie.workbench.KIEWebapp/KIEWebapp.html?standalone&path=git://master@repository1/project1/src/main/resources/test.bpmn2

This will give me a single screen view that I can embed in another application.

I'd like to have added a read-only flag so that I could do something similar:

localhost:8080/business-central/org.kie.workbench.KIEWebapp/KIEWebapp.html?standalone&readOnly&path=git://master@repository1/project1/src/main/resources/test.bpmn2

I'd like this to show me a screen similar to what displays now but without the ability to change the diagram, similar to the screen I would see looking at a bpmn version history.

Comment 1 David Tucker 2014-07-08 17:56:09 UTC
Created attachment 916513 [details]
Embedded view of BPM version history

This screen shows a version history of the BPM process but it is read-only.  I would like to have a screen very similar to this but without the "revert" functionality that always displays the latest version of the process as read-only.