@5minds/processcube_engine_sdk
Advanced tools
Comparing version 3.3.2-hotfix-45145c-ll6eox3r to 3.3.2-hotfix-54ef7e-llaujn4m
@@ -18,2 +18,3 @@ define(["require", "exports"], function (require, exports) { | ||
(function (EngineEventType) { | ||
EngineEventType["OnActivityError"] = "OnActivityError"; | ||
EngineEventType["OnEventProcessed"] = "OnEventProcessed"; | ||
@@ -20,0 +21,0 @@ EngineEventType["OnProcessDeployed"] = "OnProcessDeployed"; |
@@ -17,2 +17,3 @@ "use strict"; | ||
(function (EngineEventType) { | ||
EngineEventType["OnActivityError"] = "OnActivityError"; | ||
EngineEventType["OnEventProcessed"] = "OnEventProcessed"; | ||
@@ -19,0 +20,0 @@ EngineEventType["OnProcessDeployed"] = "OnProcessDeployed"; |
@@ -48,2 +48,3 @@ import { RuntimeExpressionParameters } from '..'; | ||
export declare enum EngineEventType { | ||
OnActivityError = "OnActivityError", | ||
OnEventProcessed = "OnEventProcessed", | ||
@@ -50,0 +51,0 @@ OnProcessDeployed = "OnProcessDeployed", |
@@ -43,1 +43,2 @@ import { CronjobEventMessage, CronjobEnabledChangedMessage, EventMessage, ExternalTaskCreatedMessage, ExternalTaskExpiredMessage, ExternalTaskLockedMessage, ExternalTaskUnlockedMessage, MetadataChangedMessage, ProcessDeploymentMessage, ProcessInstancesDeletedMessage, ProcessIsExecutableChangedMessage, UserTaskFinishedMessage } from './EventPayloads/index'; | ||
export type OnCorrelationMetadataChangedCallback = (metadataChanged: MetadataChangedMessage) => void | Promise<void>; | ||
export type OnGatewayFinishedCallback = (gatewayFinished: EventMessage) => void | Promise<void>; |
@@ -164,2 +164,6 @@ import { Identity, Messages, Subscription } from '../index'; | ||
}): Promise<Subscription>; | ||
onGatewayFinished(callback: Messages.CallbackTypes.OnGatewayFinishedCallback, options?: { | ||
subscribeOnce?: boolean; | ||
identity?: Identity; | ||
}): Promise<Subscription>; | ||
} |
@@ -15,2 +15,3 @@ import { EngineEventType } from './EngineEvents/index'; | ||
export declare const LogEventType: { | ||
OnActivityError: EngineEventType.OnActivityError; | ||
OnEventProcessed: EngineEventType.OnEventProcessed; | ||
@@ -17,0 +18,0 @@ OnProcessDeployed: EngineEventType.OnProcessDeployed; |
{ | ||
"name": "@5minds/processcube_engine_sdk", | ||
"version": "3.3.2-hotfix-45145c-ll6eox3r", | ||
"version": "3.3.2-hotfix-54ef7e-llaujn4m", | ||
"description": "Software development kit for the Engine.", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1180072
18597