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
Task adds two new roles to UCAN: invoker and executor. The existing UCAN delegator and delegate principals MUST persist to the invocation.
UCAN Field
Delegation
Task
iss
Delegator: transfer authority (active)
Invoker: request task (active)
aud
Delegate: gain authority (passive)
Executor: perform task (active)
Should it be
Invoker: requests invocation (active)
Executor: executes invocation (active)
Then, Invoker issues Invocation of a Task, as it is now, and executor issues Execution of an Invocation instead of Receipt.
I.e., renaming, in the upcoming release #21, Receipt -> Execution.
As a side-plus, "Execution Result", "Execution Effect" feels properly semantical.
The text was updated successfully, but these errors were encountered:
We define the following roles
iss
aud
Should it be
Invoker: requests invocation (active)
Executor: executes invocation (active)
Then, Invoker issues Invocation of a Task, as it is now, and executor issues
Execution
of an Invocation instead ofReceipt
.I.e., renaming, in the upcoming release #21, Receipt -> Execution.
As a side-plus, "Execution Result", "Execution Effect" feels properly semantical.
The text was updated successfully, but these errors were encountered: