Skip to main content

Folder Step Component

The folder step component is a container for other step components. It is useful for grouping steps together. The component helps to organize the workflow.

Example
Pro

This component is available only in the Pro version.

Definition

const step = {
componentType: 'folder',
id: 'my-unique-id',
name: 'my-name',
properties: {
// ...
},
sequence: [
// children steps
]
};

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.