Triggers

Here you will find all the available triggers in the platform.

Triggers

Trigger nodes

Entity created

This node will trigger a workflow when a new entity is created in the platform.

Fields:

  • Label: The name of the trigger as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Packet Name: The name of the packet associated with this trigger.
  • Packet Description: A detailed description of the packet's purpose and contents.
  • Entity Path: The path to the entity that will be monitored for creation events.
  • Add Special Data Mapping: An option to include additional data mappings specific to this trigger.

Entity updated

This node will trigger a workflow when an existing entity is updated in the platform. Fields:

  • Label: The name of the trigger as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Packet Name: The name of the packet associated with this trigger.
  • Packet Description: A detailed description of the packet's purpose and contents.
  • Entity Path: The path to the entity that will be monitored for creation events.
  • Add Special Data Mapping: An option to include additional data mappings specific to this trigger.

Entity deleted

This node will trigger a workflow when an existing entity is deleted in the platform.

Fields:

  • Label: The name of the trigger as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Packet Name: The name of the packet associated with this trigger.
  • Packet Description: A detailed description of the packet's purpose and contents.
  • Entity Path: The path to the entity that will be monitored for creation events.
  • Add Special Data Mapping: An option to include additional data mappings specific to this trigger.

Fork started

Triggered when another pipeline has started a fork on this pipeline

Fields:

  • Label: The name of the trigger as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.

Pipeline finished

Triggers an event when the selected pipeline has finished an execution

Fields:

  • Label: The name of the trigger as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.

New file created

Triggers an event when a new file is added to the organization bucket

  • Label: The name of the trigger as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Packet Name: The name of the packet associated with this trigger.
  • Packet Description: A detailed description of the packet's purpose and contents.
  • Folder to monitor: The folder path to monitor for new files.
  • Entity Path: The path to the entity that will be monitored for creation events.

Webhook received

Triggers an event when the provided WebHook receives a POST request with some data.

Fields:

  • Label: The name of the trigger as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • WebHook URL: The URL of the WebHook to monitor for POST requests.

Manual Trigger

Triggers a custom event, creating a packet on the fly. Useful for testing pipelines

Fields:

  • Label: The name of the trigger as it will appear in the workflow editor.
  • Description: A brief explanation of what is intendeed to do.
  • Packet Name: The name of the packet associated with this trigger.
  • Packet Description: A detailed description of the packet's purpose and contents.
  • Metadata: Metadata to set on the testing packet.
  • Input: Input data to set on the testing packet.