Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 555 Bytes

MacroRequestDTO.md

File metadata and controls

8 lines (7 loc) · 555 Bytes

MacroRequestDTO

Properties

Name Type Description Notes
ids List<Long> list of internal identifiers of elements to be processed by the macro, can be empty for certain macros [optional]
params Map<String, Object> map of custom key-value pairs that can optionally parametrize the macro execution [optional]
async Boolean indicates whether the macro should be executed asynchronously or synchronously (default: false) [optional]