Farhood Etaati
07/23/2023, 1:41 PMDeceivious
07/23/2023, 3:41 PMrun_deployment
method?Farhood Etaati
07/23/2023, 3:45 PMDeceivious
07/23/2023, 3:46 PMFarhood Etaati
07/23/2023, 3:46 PMon_completion
) of the first flow.Farhood Etaati
07/23/2023, 3:49 PMrun_deployment
extensively in my project. The problem is that calling the orchestrator in a flow to run another flow seems like the least viable option. It's both a security risk (my flows are running client code) and also I have to tightly couple the flows together, so flow_a
has to have some unneeded information that only flow_b
needs to have to be executable.Deceivious
07/23/2023, 3:51 PMflow_c
that takes input of both flow_a
and flow_b
. 😄Farhood Etaati
07/23/2023, 3:52 PMDeceivious
07/23/2023, 3:52 PMrun_deployment
, deployment of flow2.