s8sg / faas-flow

Function Composition for OpenFaaS
MIT License
258 stars 39 forks source link

allow to expose sdk.Dag and sdk.Node from workflow #118

Closed vtolstov closed 4 years ago

vtolstov commented 4 years ago

Signed-off-by: Vasiliy Tolstov v.tolstov@unistack.org

vtolstov commented 4 years ago

@s8sg mostly this needs for creating some stuff before execution happened (like create records in db for feature steps with proper parents)

vtolstov commented 4 years ago

i'm try to get it from workflow pipeline

s8sg commented 4 years ago

@vtolstov

mostly this needs for creating some stuff before execution happened (like create records in db for feature steps with proper parents)

Isn't the init call are enough for it ?