fnproject / flow

Fn Flow Server
Apache License 2.0
129 stars 19 forks source link

Make Completer App-Aware #94

Open zootalures opened 6 years ago

zootalures commented 6 years ago

Any Flows are created by the completer are created in a global pool without any awareness of the tenancy or function they are associated with. By making the flow service tenancy-aware, we will be able to efficiently provide query functionality for our customers to be able to query and list the state of their cloud threads. This has implications that span authorization (a customer should not be able to list another customer's cloud threads), as well as how to efficiently shard across multiple flow graph nodes.