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
To be able to retrigger a failed process step of the credential creation process a list of process steps and their status should be returned from the api /api/issuer
Acceptance Criteria
An object with two properties processId and processSteps should be returned, the processSteps property should be a list of process steps with their type and their status and should be returned for the endpoint above.
If no process exists for a credential the new property should be null
Description
To be able to retrigger a failed process step of the credential creation process a list of process steps and their status should be returned from the api /api/issuer
Acceptance Criteria
processId
andprocessSteps
should be returned, theprocessSteps
property should be a list of process steps with their type and their status and should be returned for the endpoint above.Additional Information
Needed for eclipse-tractusx/portal-frontend#1340
The text was updated successfully, but these errors were encountered: