Closed pandalec closed 3 years ago
Hi @parsifallo,
the Task $accept operation is not yet implemented. It is scheduled in our next sprint, so it should be done in the next release v0.8.0 on 09.12.2020.
Best regards, gematik Dev-Team.
Hi @parsifallo,
the Task $accept operation is now available. Please refere to the latest release (v0.8.0).
Best regards, gematik Dev-Team.
Hey ho!
I've got a problem with the task to get the ePrescription secret, which would be handled by a pharmacy.
Here's a log what I do:
outcome here is:
Now I want the task information and I receive it with:
2020-11-25T14:06:27.191586+01:00 INFO access_log - HTTP/1.1 GET - [::1]:59624 - /Task
outcome here:
Now I have every information I need for "handing over" the task to a pharmacy as 2d code or what ever:
{ "urls": [ "Task/13814003-1dd2-11b2-802a-28e2663c469f/$accept?ac=D27FF2F86026573B14CE89C913C6FE8C1C67A8F17E574CF1F4C9B1CA6FFD498" ] }
But now the result of the following
2020-11-25T14:07:18.767041+01:00 INFO access_log - HTTP/1.1 POST - [::1]:59634 - /Task/13814003-1dd2-11b2-802a-28e2663c469f/$accept?ac=D27FF2F86026573B14CE89C913C6FE8C1C67A8F17E574CF1F4C9B1CA6FFD498
is"StatusCode: NotFound, Content-Type: , Content-Length: 0)"
Any idea what I am doing wrong?