Skip to content

Commit 315d7a5

Browse files
feat(core): setting output var in send email service task
GH-9
1 parent 422ffd6 commit 315d7a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/workflows-creator/src/lib/services/bpmn/elements/tasks/send-email.task.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ export class SendEmail extends ServiceTaskElement {
5454
},
5555
},
5656
};
57-
outputs: string;
57+
58+
outputs = 'outputVariable';
5859
static identifier = 'SendEmail';
5960

6061
getIdentifier(): string {

0 commit comments

Comments
 (0)