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
When posting results to the BPDM Orchestator with a confidenceCriteria object(lastConfidenceCheckAt and nextConfidenceCheckAt) equal to NULL - the task still successfully passes through the BPDM Orchestrator and reaches PoolSync Success. Since these fields are mandatory at the BPDM Gate the task is running into an SharingProcessError.
This is not reproducible using the Cleaning Service Dummy, since the dummy service populates all confidence criteria fields by default.
The mandatory fields should align between BPDM Orchestrator and BPDM Gate. Tasks with missing mandatory fields are expected to fail at the BPDM Orchestrator. Missing mandatory fields are specified within the error message.
Steps To Reproduce
Create a new task
Post step results for CleanAndSync without lastConfidenceCheckAt and nextConfidenceCheckAt
Check the sharing state type for the created task
The text was updated successfully, but these errors were encountered:
Current Behavior
When posting results to the BPDM Orchestator with a confidenceCriteria object(
lastConfidenceCheckAt
andnextConfidenceCheckAt
) equal toNULL
- the task still successfully passes through the BPDM Orchestrator and reaches PoolSync Success. Since these fields are mandatory at the BPDM Gate the task is running into an SharingProcessError.This is not reproducible using the Cleaning Service Dummy, since the dummy service populates all confidence criteria fields by default.
Thanks to @bhautik-sakhiya for finding this issue!
Expected Behavior
The mandatory fields should align between BPDM Orchestrator and BPDM Gate. Tasks with missing mandatory fields are expected to fail at the BPDM Orchestrator. Missing mandatory fields are specified within the error message.
Steps To Reproduce
lastConfidenceCheckAt
andnextConfidenceCheckAt
The text was updated successfully, but these errors were encountered: