Metaobject entry created
The Metaobject entry created trigger starts a workflow when a new entry is created for a specific metaobject definition. See the metaobjects documentation for more information.
Data provided
The following data is provided to workflows that start with the metaobject entry created trigger.
Data | Description |
---|---|
metaobject | The metaobject that was created. This field will have all the fields that were defined on the metaobject definition. It will also contain a `system` field which provides basic information about the metaobject.
|
Testing the Metaobject entry created trigger
To test an active workflow that starts with this trigger, create a metaobject entry in your shop.
Limitations
- Metaobjects with
PRIVATE
access levels cannot be used with the Metaobject entry created trigger. - Once a workflow is enabled, changing or removing fields on the relevant metaobject definition may cause the trigger or subsequent steps in the workflow to fail.