Calling WFA from POSH using REST API. Finding frequent timeouts to get a job ID when executing a workflow.
Write-Host "Executing workflow : $workflowname"
$jobid = $wfa.executeWorkflow (...)
The workflow is executed fine, but very often the $jobid shows an empty variable.
Is there any way to fix this?
Thanks in advance.