You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ivan Maslov
caf688536a
- Orc new structure for CP: "CPDict": { # "CPKey": {"HTMLRenderDef":None, "JSONGeneratorDef":None, "JSInitGeneratorDef":None}},
- - Back: inGSettings["CPDict"][RobotKeyStr]["HTMLRenderDef"] > Front: mGlobal.pyOpenRPA.ServerDataDict.CPDict.RobotKeyStr.HTMLStr
- - Back: inGSettings["CPDict"][RobotKeyStr]["JSONGeneratorDef"] > Front: mGlobal.pyOpenRPA.ServerDataDict.CPDict.RobotKeyStr.JSONDict
- - CPDict > HTMLRenderDef > def (inGSettings); def (inRequest, inGSettings); def ()
- - CPDict > JSONGeneratorDef > def (inGSettings); def (inRequest, inGSettings); def ()
- - CPDict > JSInitGeneratorDef > def (inGSettings); def (inRequest, inGSettings); def ()
Orc connect JSONGenerators to WEB Front (mGlobal.)
- Orc back: add new block: OrchestratorWeb
- - def OrchestratorWebCPUpdate(inGSettings, inCPKeyStr, inHTMLRenderDef=None, inJSONGeneratorDef=None, inJSInitGeneratorDef=None): # Add control panel HTML, JSON generator or JS when page init
|
4 years ago |
.. |
RobotRDPActive
|
# Bug fix in RDPProcessor
|
4 years ago |
RobotScreenActive
|
# Lite style update in orchestrator
|
4 years ago |
Utils
|
# Create log viewer in the front of the web
|
4 years ago |
Web
|
- Orc new structure for CP: "CPDict": { # "CPKey": {"HTMLRenderDef":None, "JSONGeneratorDef":None, "JSInitGeneratorDef":None}},
|
4 years ago |
BackwardCompatibility.py
|
- Orc new structure for CP: "CPDict": { # "CPKey": {"HTMLRenderDef":None, "JSONGeneratorDef":None, "JSInitGeneratorDef":None}},
|
4 years ago |
ControlPanel.py
|
# in progress new orchestrator processor
|
4 years ago |
Core.py
|
# Create Orchestrator.RDP defs - need decorator @ProcessorOnly
|
4 years ago |
Orchestrator.py
|
- Orc new structure for CP: "CPDict": { # "CPKey": {"HTMLRenderDef":None, "JSONGeneratorDef":None, "JSInitGeneratorDef":None}},
|
4 years ago |
Processor.py
|
- - def AgentOSFileDataBytesCreate(inGSettings, inHostNameStr, inUserStr, inFilePathStr, inFileDataBytes): # Send to agent activity item to OSCMD
|
4 years ago |
ProcessorOld.py
|
# Updated all old defs in new Orchestrator.<def name>
|
4 years ago |
Server.py
|
- Orc RoleHierarchy - support RDP, Support Agent + buttons
|
4 years ago |
ServerSettings.py
|
- Orc new structure for CP: "CPDict": { # "CPKey": {"HTMLRenderDef":None, "JSONGeneratorDef":None, "JSInitGeneratorDef":None}},
|
4 years ago |
SettingsTemplate.py
|
- Orc new structure for CP: "CPDict": { # "CPKey": {"HTMLRenderDef":None, "JSONGeneratorDef":None, "JSInitGeneratorDef":None}},
|
4 years ago |
Timer.py
|
# Prefinal Orchestrator update (RobotRDPActive in Orchestrator)
|
5 years ago |
__init__.py
|
- Orc new structure for CP: "CPDict": { # "CPKey": {"HTMLRenderDef":None, "JSONGeneratorDef":None, "JSInitGeneratorDef":None}},
|
4 years ago |
__main__.py
|
# Updated all old defs in new Orchestrator.<def name>
|
4 years ago |