Skip to content

Commit c22ef6f

Browse files
committed
feat: add updating task listener event type
Related to camunda/camunda-modeler#4798
1 parent c9c0e48 commit c22ef6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/provider/zeebe/properties/TaskListener.js

+2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ import { ListenerType, Retries } from './shared/Listener';
99
// ensure types are in logical order
1010
export const EVENT_TYPE = [
1111
'assigning',
12+
'updating',
1213
'completing'
1314
];
1415

1516
export const EVENT_TO_LABEL = {
1617
assigning: 'Assigning',
18+
updating: 'Updating',
1719
completing: 'Completing'
1820
};
1921

0 commit comments

Comments
 (0)