ucan-wg / invocation

UCAN Invocation & Pipelining
Other
12 stars 5 forks source link

Tweaks to Support Workflows #14

Closed expede closed 1 year ago

expede commented 1 year ago

I'm having trouble expressing workflows that account for resources like timeouts and Wasm fuel limits using the current layout 😭 The core problem is that I don't want to mix resources into the Task level. I'd also like to avoid creating multiple signatures, but that's not as critical.

I think a minor tweak fixes this. I'm trying a few things, but I keep coming back to an earlier proposal. This is just a draft for now, but I want to work in the open, so here's the draft PR 😉

expede commented 1 year ago

Subsumed by #15