|
|
@ -42,6 +42,7 @@ def O2A_Loop(inGSettings):
|
|
|
|
lBodyLenInt = len(lRequestBody)
|
|
|
|
lBodyLenInt = len(lRequestBody)
|
|
|
|
if lBodyLenInt != 0: # CHeck if not empty result when close the connection from orch
|
|
|
|
if lBodyLenInt != 0: # CHeck if not empty result when close the connection from orch
|
|
|
|
lQueueList = lResponse.json() # Try to get JSON
|
|
|
|
lQueueList = lResponse.json() # Try to get JSON
|
|
|
|
|
|
|
|
if lQueueList != None:
|
|
|
|
for lQueueItem in lQueueList:
|
|
|
|
for lQueueItem in lQueueList:
|
|
|
|
# Append QUEUE item in ProcessorDict > ActivityList
|
|
|
|
# Append QUEUE item in ProcessorDict > ActivityList
|
|
|
|
lActivityLastGUIDStr = lQueueItem["GUIDStr"]
|
|
|
|
lActivityLastGUIDStr = lQueueItem["GUIDStr"]
|
|
|
|