Skip to content

Commit

Permalink
feat: add updating task listener event type
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored Jan 20, 2025
1 parent e2be2ea commit 76020bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/provider/zeebe/properties/TaskListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ import { ListenerType, Retries } from './shared/Listener';
// ensure types are in logical order
export const EVENT_TYPE = [
'assigning',
'updating',
'completing'
];

export const EVENT_TO_LABEL = {
assigning: 'Assigning',
updating: 'Updating',
completing: 'Completing'
};

Expand Down

0 comments on commit 76020bb

Please sign in to comment.