-
Notifications
You must be signed in to change notification settings - Fork 49
bpmnserver
ralphhanna edited this page Dec 18, 2023
·
3 revisions
bpmn-server / BPMNServer
The main class of Server Layer provides the full functionalities:
at start of the app:
new BPMNServer(configuration,options);
after that point:
BPMNServer.engine.start(...)
BPMNServer.engine.invoke(...)
BPMNServer.dataStore.findInstances(...)
BPMNServer.dataStore.findItems(...)
• new BPMNServer(configuration
, logger?
, options?
): BPMNServer
Server Constructor
Name | Type | Description |
---|---|---|
configuration |
IConfiguration |
see |
logger? |
ILogger |
|
options |
Object |
- |
• appDelegate: IAppDelegate
• cache: ICacheManager
• configuration: IConfiguration
• cron: Cron
• dataStore: IDataStore
• definitions: any
• engine: Engine
• error: any
• listener: EventEmitter
• logger: ILogger
• userService: IUserService
• get
engine(): Engine
▸ getInstance(): BPMNServer
▸ getVersion(): any
any