-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing SdDocument Reprocessing enhancement #1182
Comments
11 tasks
Phil91
added a commit
that referenced
this issue
Nov 28, 2024
8 tasks
Phil91
added a commit
that referenced
this issue
Jan 23, 2025
Phil91
added a commit
that referenced
this issue
Jan 23, 2025
ntruchsess
pushed a commit
that referenced
this issue
Jan 30, 2025
Phil91
added a commit
that referenced
this issue
Jan 30, 2025
Phil91
added a commit
that referenced
this issue
Jan 30, 2025
Phil91
added a commit
that referenced
this issue
Jan 30, 2025
ntruchsess
pushed a commit
that referenced
this issue
Jan 31, 2025
* feat(sd): add process steps for sd creation + retrigger * update framework minor version * add and adjust unit tests Refs: #1182 --------- Co-authored-by: Norbert Truchsess <[email protected]>
Phil91
added a commit
that referenced
this issue
Jan 31, 2025
* feat(sd): add process steps for sd creation + retrigger * update framework minor version * add and adjust unit tests Refs: #1182 --------- Co-authored-by: Norbert Truchsess <[email protected]>
Phil91
added a commit
that referenced
this issue
Jan 31, 2025
* feat(sd): add process steps for sd creation + retrigger * update framework minor version * add and adjust unit tests Refs: #1182 --------- Co-authored-by: Norbert Truchsess <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: