8839 workflow follow up code step (#8856)
- add readonly mode - fix falsy stepOutput computation
This commit is contained in:
@ -45,9 +45,9 @@ export class WorkspaceEventEmitter {
|
||||
});
|
||||
}
|
||||
|
||||
public emitCustomBatchEvent(
|
||||
public emitCustomBatchEvent<T extends object>(
|
||||
eventName: CustomEventName,
|
||||
events: object[],
|
||||
events: T[],
|
||||
workspaceId: string,
|
||||
) {
|
||||
if (!events.length) {
|
||||
|
||||
Reference in New Issue
Block a user