Current section

Files

Jump to
telega include telega@flow@types_ParallelConfig.hrl
Raw

include/telega@flow@types_ParallelConfig.hrl

-record(parallel_config, {
trigger_step :: binary(),
parallel_steps :: list(any()),
join_step :: any()
}).