Workflow workings.

This commit is contained in:
Brad Arant 2024-12-03 11:59:45 -08:00
parent 259de9812f
commit 770443c265
6 changed files with 52 additions and 2808 deletions

18
EntryPoint.h Normal file
View File

@ -0,0 +1,18 @@
#ifndef __EntryPoint_h__
#define __EntryPoint_h__
namespace http {
class EntryPoint {
public:
coreutils::MString url;
coreutils::MString flowName;
Flow flow;
};
}
#endif

18
FlowManager.h Normal file
View File

@ -0,0 +1,18 @@
#ifndef __FlowManager_h__
#define __FlowManager_h__
namespace http {
class FlowManager {
public:
FlowManager();
};
}
#endif

Binary file not shown.

15
_init.h Normal file
View File

@ -0,0 +1,15 @@
#ifndef ___init_h__
#define ___init_h__
namespace http {
class _init : ActionQueue {
public:
_init();
};
}
#endif

2808
readit

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,7 @@
"text": "Default Flow",
"queues": [
{
"id": 1,
"type": "XQ",
"view": "default",
"actions": [