Package com.mendix.core.actionmanagement
Interface MicroflowCallBuilder
public interface MicroflowCallBuilder
Provides a builder for building a microflow call. The builder can be used to add arguments and eventually call the microflow.
-
Method Summary
Modifier and TypeMethodDescription<R> RinTransaction(boolean executeInTransaction) default MicroflowCallBuilderwithParams(Map<String, Object> params) Adds multiples parameters to the microflow call.
-
Method Details
-
withParam
-
withParams
Adds multiples parameters to the microflow call.- Parameters:
params- the parameters to add- Returns:
- the updated builder
-
inTransaction
-
execute
-