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> R
inTransaction
(boolean executeInTransaction) default MicroflowCallBuilder
withParams
(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
-