| Modifier and Type | Method and Description |
|---|---|
void |
ServicesIntf.init(EngineIntf anEngine,
ServicesIntf aWorkerService,
MessageIntf aMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
EngineBase
Engine Base - default implmentation for all engines must be overridden
|
| Modifier and Type | Field and Description |
|---|---|
protected EngineIntf |
DataFlowServiceBase.engine |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceBase.init(EngineIntf anEngine,
MessageIntf aMessage)
Used to initialize the object and to pass in all parameters need to
run function.
|
void |
DataFlowServiceBase.init(EngineIntf anEngine,
ServicesIntf aWorkerService,
MessageIntf aMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataFlowEngine
Process Flow
Data Flow Name
Service - Start Function - Step Number greater 0
Pass Step Number (0 to End, Any other valid Step Number)
Fail Step Number (0 to End, Any other valid Step Number)
Fork Group (No Join, Join, Join XOR)
Timer
End is Apply by 0 Goto Step Number
Need to keep track of
Data Flow Process Id - Unique for each entry
Parent Data Flow Null if this is the parent
Parent Active Step Number
Active Step Number
Prior Step Number
Prior Status (Pass / Fail)
Fork Group Status
Workflow Service
Data Flow Name
Data Flow Process Id
Prior Step Number
Prior Status
Send Event Type
Send Event Key
Load Workflow Status and Reason Code
User Id and User Group
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimerReader.init(EngineIntf anEngine,
ServicesIntf aWorkerService,
MessageIntf aMessage) |
void |
EngineReader.init(EngineIntf anEngine,
ServicesIntf aWorkerService,
MessageIntf aMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataProcess
Data Process - Main runtime class handles the process flow
|
| Modifier and Type | Class and Description |
|---|---|
class |
TimerEngine |
Copyright © 2020. All rights reserved.