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
913505ae0e
- - def AgentOSFileDataBytesCreate(inGSettings, inHostNameStr, inUserStr, inFilePathStr, inFileDataBytes): # Send to agent activity item to OSCMD
...
- - def AgentOSFileDataStrCreate(inGSettings, inHostNameStr, inUserStr, inFilePathStr, inFileDataStr, inEncodingStr="utf-8"): # Send to agent activity item to OSCMD
Need to test Agent.FileCreate - has ploblem with transmit bytes on JSON - json dont support bytes string... Need safe encode/decode
4 years ago
..
RobotRDPActive
# Bug fix in RDPProcessor
4 years ago
RobotScreenActive
# Lite style update in orchestrator
5 years ago
Utils
# Create log viewer in the front of the web
4 years ago
Web
- - def AgentOSFileDataBytesCreate(inGSettings, inHostNameStr, inUserStr, inFilePathStr, inFileDataBytes): # Send to agent activity item to OSCMD
4 years ago
BackwardCompatibility.py
Add AgentDict in settings = Backward compatibility
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
- - def AgentOSFileDataBytesCreate(inGSettings, inHostNameStr, inUserStr, inFilePathStr, inFileDataBytes): # Send to agent activity item to OSCMD
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
# Test new processor in progress - need new setings template
4 years ago
ServerSettings.py
- - def AgentOSFileDataBytesCreate(inGSettings, inHostNameStr, inUserStr, inFilePathStr, inFileDataBytes): # Send to agent activity item to OSCMD
4 years ago
SettingsTemplate.py
- - def AgentOSFileDataBytesCreate(inGSettings, inHostNameStr, inUserStr, inFilePathStr, inFileDataBytes): # Send to agent activity item to OSCMD
4 years ago
Timer.py
# Prefinal Orchestrator update (RobotRDPActive in Orchestrator)
5 years ago
__init__.py
+- Create Web HTML / JS generators [pyOpenRPA.Orchestrator.Web.Basic]
4 years ago
__main__.py
# Updated all old defs in new Orchestrator.<def name>
4 years ago