Hey,
could you please update the job processes WebAPI to give the same result as the dotNET API?
Explained in more detail, the request
https://{vcurl}:{por}t/VisualCron/json/Job/Processes?token={visualLogonToken}&id={jobID}
probably returns only the last job started.
Return Example:
Status : 0
JobId : e86a7549-9d19-4dfd-8c8b-d5639330cb84
Id : 12
UniqueId : 983b6624-18b6-4e70-9af1-855e1ac18636
Started : 2022-06-10T08:15:05.7226003+02:00
ExitCode : 0
ExecutionTime : 0,0
PausedTime : 0,0
ExecutedBy : uuid:22872778-2dda-435a-9ded-d1182fba0352;id=14
TriggerCPUTime : 0,0
CPUTime : 0,0
TasksCPUTime : 0,0
NotificationsCPUTime : 0,0
OriginalFlow :
TriggeredFlows : {}
ExitCodeResult : 3
WasResumed : False
In the dotNET API, on the other hand, a complete array of all running jobs is returned.
Best,
Dennis