Pass create changeset or inputs from it to Flow?
In my resource I have these two create actions:
As you can see, the
This step calls the
Now, is this the best/correct way to do it?
What I see as probably wrong is that I'm already receiving a changeset in the
I was thinking that maybe I should pass the changeset to the Flow, but then I'm not sure how I would pass it to the
What is your suggestion?
As you can see, the
place_offer action will call my flow Flows.MakeOffer. Inside that flow, I have this step:This step calls the
createaction and creates the offer.Now, is this the best/correct way to do it?
What I see as probably wrong is that I'm already receiving a changeset in the
place_offer create action, but I'm just getting the inputs from it and ignoring the rest because the create action will generate a new changeset later.I was thinking that maybe I should pass the changeset to the Flow, but then I'm not sure how I would pass it to the
create action.What is your suggestion?
