Kevin Burnett
Kevin Burnett
if you have a json schema with this property, make sure it doesn't generate errors. this works: ```json { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Name Form", "type": "object", "properties": { "first_name": {...
Alex: Another issue is that if the user enters the Error Code with quotes, which is our standard convention, it does not work. But does without quotes, which our standard...
In the context of a process instance, when you drill in to a subprocess, it shows a little breadcrumb navigation that includes the parent processes. When you drill in to...
since receive events act like message receive tasks, they should probably also allow pre and post scripts. having the same on end events would also be handy, in order to...
other data objects work fine. but clicking on data object in expanded subprocess (probably collapsed as well) does not pop up anything). raised by volker.
when viewing process instance with message send task, allow navigating to receiving process instance
raised by volker. not sure if this belongs in message milestone. it's not as urgent as many of those in terms of a "working" message system.
This is a collection of work towards supporting the BPMN Event-Based Gateway construct. - [x] #1126 - [ ] #1127 - [ ] #1128 - [ ] #1721 - [...
right now we save all tasks and bpmn processes when the process instance arrives at instructions for end user. alex demonstrated that just adding one task with instructions after a...
right now the x doesn't work like it's supposed to. if you put the cursor right in the middle of the x and click, it doesn't work. if you put...
Why should you have to click on the properties panel to see if there is a pre-script or post-script defined? Couldn't we have a little icon in the bottom left...