Skip to main content

Launch Pad Step Component

The launchPad step component allows you to place multiple steps along a horizontal axis. Its design suggests that any of the contained steps can be executed independently or simultaneously. You can use it as a container for parallel execution or as a trigger hub-waiting for one or more embedded trigger steps to activate the workflow.

The main goal of this addition is to enable the creation of workflows with multiple triggers in the standard version of the designer.

Example

Check the Triggers Example.

Example

const step: SequentialStep = {
componentType: 'launchPad',
id: '2a11d8498af26cdb67e2f27171e82f8e',
type: 'launchPad',
name: 'Launch Pad',
properties: {
isEnabled: true
},
sequence: []
};

Customization

Pro Only

This part of the article is available only for subscribers of the pro package. Buy the pro package to get an access to this part.

If you have already subscription please log in.