This is an automated email from the ASF dual-hosted git repository.
kbowers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 703e4f90c74 kie-issues#1933: Preparing `bpmn-marshaller` for Custom
Tasks on the upcoming BPMN Editor (#3212)
703e4f90c74 is described below
commit 703e4f90c744d7b082e7b076cc4e4f85fd8a996b
Author: Tiago Bento <[email protected]>
AuthorDate: Fri Jul 25 04:07:47 2025 -0400
kie-issues#1933: Preparing `bpmn-marshaller` for Custom Tasks on the
upcoming BPMN Editor (#3212)
---
packages/bpmn-marshaller/src/drools-extension.ts | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/packages/bpmn-marshaller/src/drools-extension.ts
b/packages/bpmn-marshaller/src/drools-extension.ts
index 57fb49c18b2..c26e61b0682 100644
--- a/packages/bpmn-marshaller/src/drools-extension.ts
+++ b/packages/bpmn-marshaller/src/drools-extension.ts
@@ -155,6 +155,11 @@ declare module "./schemas/bpmn-2_0/ts-gen/types" {
export interface BPMN20__tGroup__extensionElements extends
WithEntryAndExitScripts, WithMetaData {}
export interface BPMN20__tTextAnnotation__extensionElements extends
WithEntryAndExitScripts, WithMetaData {}
+ // Custom Tasks
+ export interface BPMN20__tTask {
+ "@_drools:taskName"?: Namespaced<DROOLS, string>;
+ }
+
// Other
export interface BPMN20__tProperty__extensionElements extends WithMetaData {}
export interface BPMN20__tLane__extensionElements extends WithMetaData {}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]