Lloyd McKenzie
Mar 20, 2026, 02:07 AM
If you need to seek fulfillment of an order, you need a Task. The simplest is "POST the Task to the filler". If you can't do that, then the filler needs to subscribe to whatever server will have the Task created on it - and the existence of the Task will be communicated by a notification Bundle. The notification Bundle can contain the Task itself, and it can contain additional related resources if need-be. However, the filler is still going to need to be able to write to the system on which the Task exists to accept/reject the Task (and potentially to communicate the results). You wouldn't typically want a transaction, as you don't want to solicit creating the Request on the filler system. It'll create its own filler order if it decides to accept the Task. And POSTing a document, collection, or other Bundle isn't intended to trigger any action other than storing the data. Certainly you could invoke an operation, but that gets into custom territory that isn't obviously necessary here.