We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Precondition:
The confirm and decline button for credentials on /adminCredential with the Pending filter activated should be disabled if a process is available.
/adminCredential
If a retrigger process step is available in status TODO a retrigger functionallity should be implemented.
TODO
The following retrigger steps are possible:
RETRIGGER_CREATE_SIGNED_CREDENTIAL RETRIGGER_SAVE_CREDENTIAL_DOCUMENT RETRIGGER_CREATE_CREDENTIAL_FOR_HOLDER RETRIGGER_TRIGGER_CALLBACK
the processes can be retriggered via the following api call:
api/issuer/{processId}/retrigger-step/{processStepTypeId}
example: api/issuer/db04128a-0d42-4144-b3e3-9bd198b32471/retrigger-step/RETRIGGER_CREATE_SIGNED_CREDENTIAL
The text was updated successfully, but these errors were encountered:
@Phil91 Please create the issues in the ssi-credential-issuer which should be accompanied by this change and link it to this one.
Sorry, something went wrong.
No branches or pull requests
Precondition:
Description
The confirm and decline button for credentials on
/adminCredential
with the Pending filter activated should be disabled if a process is available.If a retrigger process step is available in status
TODO
a retrigger functionallity should be implemented.The following retrigger steps are possible:
RETRIGGER_CREATE_SIGNED_CREDENTIAL
RETRIGGER_SAVE_CREDENTIAL_DOCUMENT
RETRIGGER_CREATE_CREDENTIAL_FOR_HOLDER
RETRIGGER_TRIGGER_CALLBACK
the processes can be retriggered via the following api call:
api/issuer/{processId}/retrigger-step/{processStepTypeId}
example: api/issuer/db04128a-0d42-4144-b3e3-9bd198b32471/retrigger-step/RETRIGGER_CREATE_SIGNED_CREDENTIAL
Acceptance Criteria
Additional Information
The text was updated successfully, but these errors were encountered: