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
As a user I want to see the current state of the reprocessing for missing sd documents. Therefor the process should be enhanced.
Two new process steps "AWAIT_SD_CALLBACK_FOR_COMPANY" and "AWAIT_SD_CALLBACK_FOR_CONNECTOR" should be created. For each step there should be a retrigger process step including endpoint in place.
When receiving the callback from the sd factory the step should be either set to DONE - for sd status confirmed or to FAILED for sd status failed. the message should than be stored in the process step comment field.
Acceptance Criteria
New process steps are created
Retrigger logic is in place
Unit tests added
The text was updated successfully, but these errors were encountered:
Description
As a user I want to see the current state of the reprocessing for missing sd documents. Therefor the process should be enhanced.
Two new process steps "AWAIT_SD_CALLBACK_FOR_COMPANY" and "AWAIT_SD_CALLBACK_FOR_CONNECTOR" should be created. For each step there should be a retrigger process step including endpoint in place.
When receiving the callback from the sd factory the step should be either set to DONE - for sd status confirmed or to FAILED for sd status failed. the message should than be stored in the process step comment field.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: