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
2f40c81a72
- Agent: Add Agent defs as Alias in ProcessorDict
- Agent Add 2 defs:
- - def OSFileBytesCreate(inFilePathStr, inFileBytes,inGSettings = None): # Send CMD to OS. Result return to log + Orchestrator by the A2O connection
- - def OSCMD(inCMDStr, inRunAsyncBool=True, inGSettings = None): # Send CMD to OS. Result return to log + Orchestrator by the A2O connection
- Orc: Add Agent Defs
- - def AgentActivityItemAdd(inGSettings, inHostNameStr, inUserStr, inActivityItemDict): # Add activity in AgentDict
- - def AgentOSCMD(inGSettings, inHostNameStr, inUserStr, inCMDStr): # Send to agent activity item to OSCMD
- - def AgentOSFileBytesCreate(inGSettings, inHostNameStr, inUserStr, inFilePathStr, inFileBytes): # Send to agent activity item to OSCMD
- Orc WEB: Create mGlobal.pyOpenRPA.ActivityListExecute({}) to test some activities from the front
|
4 years ago |
.. |
A2O.py
|
Some fixes after test
|
4 years ago |
Agent.py
|
- Agent: Add Agent defs as Alias in ProcessorDict
|
4 years ago |
O2A.py
|
- Orch web: Fix eror in serverDataRender when error render
|
4 years ago |
Processor.py
|
- Orch web: Fix eror in serverDataRender when error render
|
4 years ago |
__init__.py
|
- Create pyOpenRPA.Agent - just prototype, need test
|
4 years ago |