You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we have in Inspectors in .Retry(SomeStepUid) feature that can handle Over Inspect
I tried it to fix it in my step, but it do not work nicely, because Inspector is stuck at running state:
IF Data.OverInspected AND Data.Data.Result = TcoInspectors.eInspectorResult.Failed THEN
ProcessData.IsFailed := TRUE;
ProcessData.Data.EntityHeader.Results.Failures := Data.Data.FailureDescription;
MS.RequestRestoreOrigin();
END_IF
The text was updated successfully, but these errors were encountered:
Can we have in Inspectors in .Retry(SomeStepUid) feature that can handle Over Inspect
I tried it to fix it in my step, but it do not work nicely, because Inspector is stuck at running state:
IF Data.OverInspected AND Data.Data.Result = TcoInspectors.eInspectorResult.Failed THEN
ProcessData.IsFailed := TRUE;
ProcessData.Data.EntityHeader.Results.Failures := Data.Data.FailureDescription;
MS.RequestRestoreOrigin();
END_IF
The text was updated successfully, but these errors were encountered: