-
Notifications
You must be signed in to change notification settings - Fork 493
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
Camunda Modeler supports BPMN Errors triggered via RPA Bridge #2070
Comments
rename existing event definitions to camunda:*EventDefinitionExtension Related to camunda/camunda-modeler#2070
rename existing event definitions to camunda:*EventDefinitionExtension Related to camunda/camunda-modeler#2070
update CHANGELOG related to camunda/camunda-modeler#2070
update CHANGELOG related to camunda/camunda-modeler#2070
update CHANGELOG related to camunda/camunda-modeler#2070
update CHANGELOG related to camunda/camunda-modeler#2070
rename existing event definitions to camunda:*EventDefinitionExtension Related to camunda/camunda-modeler#2070
update CHANGELOG related to camunda/camunda-modeler#2070
rename existing event definitions to camunda:*EventDefinitionExtension Related to camunda/camunda-modeler#2070
Full feature is pending inclusion of latest camunda-bpmn-js (#2173) and should be in next nighly build once approved and merged. Could you @MaxTru give this a final review and close this issue if we're done? From my point of view #2173 checks all boxes. Remaining work (documentation is reflected in #2161 and worked on separately). |
Will do |
Smoke test result:
is not yet working. We need to use |
Integrated via #2173 as mentioned above. Please check on the branch. |
I see, will re-test once the feature branch is integrated - sorry missed that |
Merged #2173. |
I did a final smoke test including:
All looking good. Great job everyone! Closing this ticket, since documentation is anyhow tracked seperately. Implementation wise we are done. |
Integration Test with Cawemo Team30.03.2021 Scope
Setup
Test Cases
Evaluation
|
What should we do?
As part of the April CamBPM release, the RPA Bridge will support the triggering of BPMN errors. This shall be supported by the Camunda Modeler.
An example looks like this:
In particular we need to (see child issues for more details):
Priority 1
camunda:errorEventDefinition
for externalServiceTasks
in Camunda Moddlecamunda:errorEventDefinition
for externalServiceTasks
. See issue for detailscamunda:errorEventDefinition
for externalServiceTasks
with ElementTemplatescamunda:errorEventDefinition
can be configured using ElementTemplates (See https://miro.com/app/board/o9J_lZ7EwN0=/ and respective issues)scopes
to be an Array (rather than an Object as it is currently). Ensure backwards compatability (ie. still be able to scopes being an Object) see issue for detailsbpmn:Error
by adding new scoped binding type. See issue for detailscamunda:errorEventDefinition
which allows to link anbpmn:error
using theerrorRef
property see issue for detailscamunda:ErrorEventDefinition
. (See issue for details)camunda:ErrorEventDefinition
-related attributes when changing the service task type from external to any other. (See issue for details)element-templates-json-schema@0.3.0
Priority 2
camunda:errorEventDefinitions
s of a given serviceTask by adding a "dragging" features for the list of collapsbilesbpmn:Error
camunda:errorEventDefinition
Why should we do it?
The Camunda Modeler shall support the BPMN Error Trigger via RPA Bridge use case. See https://jira.camunda.com/browse/CAM-12040 for the CamBPM implementation.
Context
CamBPM implementation: https://jira.camunda.com/browse/CAM-12040
Concept-board https://miro.com/app/board/o9J_lZ7EwN0=/
The text was updated successfully, but these errors were encountered: