Skip to main content

Create Combine Action

Parameters#

NameRequiredTypeDescription
Combine action settingstrueSettingsAction settings object
createCombineAction({  actions: [/* some actions here */]}) 

waitAllResponse?: boolean ignoreRejection?: boolean

Settings#

actions#

TypeDefaultRequiredDescription
Action[]-YesThe actions list.

waitAllResponse#

TypeDefaultRequiredDescription
Boolean-NoExecuted when all received actions are complete

ignoreRejection#

TypeDefaultRequiredDescription
Boolean-NoReturns a completed or rejected action and does not interrupt other actions in the event of an error from one

Note Warning: By default, if you do not specify waitAllResponse or ignoreRejection parameters, then in case of an error in one action, the rest will not be called