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
Description:
The retrigger endpoint (POST /api/dim/process/wallet/{processId}/retrigger?processStepTypeId={processStepTypeId}) is returning an error stating that the process step is not eligible to run, even though the step has failed and needs to be retriggered.
Steps to Reproduce:
Obtain an active processId and failed processStepTypeId via the following endpoint:
POST /api/dim/process/setup?bpn={bpn}&companyName={companyName}
bpn: Business Partner Number of the company.
companyName: Name of the company.
In the response, you will get the processId and the processStepTypeId of the TODO step.
Use the retrigger endpoint to attempt retriggering the failed step:
POST /api/dim/process/wallet/{processId}/retrigger?processStepTypeId={processStepTypeId}
processId: b56f4766-26e0-4751-b342-de9677198e90
processStepTypeId: RETRIGGER_CREATE_STATUS_LIST
Observe the error in the response:
Error: processId b56f4766-26e0-4751-b342-de9677198e90, process step CREATE_STATUS_LIST is not eligible to run
Expected Behavior:
The retrigger endpoint should allow retriggering a failed process step, especially when the step has been marked as failed in the setup process.
Actual Behavior:
The API returns an error stating that the step is "not eligible to run."
The text was updated successfully, but these errors were encountered:
Description:
The
retrigger
endpoint (POST /api/dim/process/wallet/{processId}/retrigger?processStepTypeId={processStepTypeId}
) is returning an error stating that the process step is not eligible to run, even though the step has failed and needs to be retriggered.Steps to Reproduce:
Obtain an active
processId
and failedprocessStepTypeId
via the following endpoint:In the response, you will get the
processId
and theprocessStepTypeId
of the TODO step.retrigger
endpoint to attempt retriggering the failed step:b56f4766-26e0-4751-b342-de9677198e90
RETRIGGER_CREATE_STATUS_LIST
Expected Behavior:
The retrigger endpoint should allow retriggering a failed process step, especially when the step has been marked as failed in the setup process.
Actual Behavior:
The API returns an error stating that the step is "not eligible to run."
The text was updated successfully, but these errors were encountered: