How to pass context?

0
When I call a nanoflow or a microflow how should I pass context? is it the object which I have and want to pass to the nano/microflow?
asked
2 answers
1

The Context source is a data source of a data view. Data views with this data source get their object from the context, which can be one of two things

Context means an entity which do we create in domain model

You can use parameters in microflow/nanoflow, parameter is a special kind of variable that is used as input 

 

answered
0

Hi,

 

You can use parameters in microflow/nanoflow, parameter is a special kind of variable that is used as input for the microflow/NF. the parameters are filled with the current values which you want to pass.

 

Thx

answered