openMF / ph-ee-operations-web

Operations web application front-end
Mozilla Public License 2.0
5 stars 34 forks source link

feat: add handle operator action needed #8

Closed spider0061 closed 4 years ago

spider0061 commented 4 years ago

added the retry and resolve feature for the transactions which have status as action-needed. Screenshot from 2020-06-04 21-05-14 Screenshot from 2020-06-04 21-12-47

spider0061 commented 4 years ago

For testing change the transaction status to ACTION_NEEDED in transactions.mock.json and transaction-details.mock.json and when the API is available the request can be sent to it with workflowInstanceKey by defining a function in transaction service and calling it in retry-resolve-dialog-component.ts. @adamsaghy-dpc Please have a look