Add and configure a trigger in a playbook

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:3分
  • Begin building your playbook by adding and configuring the trigger.

    始める前に

    Role required: playbook.admin or pd_author

    Review Triggers.

    Create a trigger definition if needed.

    このタスクについて

    You can add one or multiple triggers to your playbook. The triggers can either be record based or scheduled. Record based triggers start your playbook when a record is created, updated, or both. The scheduled triggers give you the option to run the playbook at the time you need. You can also add an existing trigger that matches the conditions for your playbook.

    注:
    You can create up to 10 triggers of any type. It can be record-based triggers, scheduled triggers, or a combination of both.

    手順

    1. Navigate to All > Process Automation > Workflow Studio > Playbooks.
    2. Open the playbook that you want to configure or create a playbook.
    3. On the left sidebar, select Triggers (Icon to open the triggers.)).
      注:
      You can't open triggers until the parent table is specified for the playbook. To specify a parent table, edit Start in the diagram view, or open the More actions menu (More actions menu) and select Properties.
      Triggers in playbooks with options to edit, delete, or create triggers.

      If triggers are already added to the playbook, the Triggers screen displays a list of the associated triggers. You can edit, delete, or add a trigger.

    4. Select an existing trigger to edit, or add a trigger.
      Trigger type Actions
      Record based Go to Add trigger > Record based and select when you want the playbook to run:
      • When record is created
      • When record is updated
      • When record is created or updated

      If you want to specify a different table for the trigger than the parent table, use dot-walking to specify the relation between the two tables. You can choose to run your trigger on Table extension and classes or start your trigger only on unique change of records. After you specify the Conditions that should start your playbook, select Save and close.

      If you want to use a trigger that has all the conditions you need for your playbook, select Choose existing playbook trigger. Then, choose an existing trigger from the list and select Save and close.

      Scheduled
      1. Select Add trigger > Scheduled.
      2. Specify the scheduling details and the conditions for the trigger and select Save and close.
      For more information about scheduling a trigger, see Create a scheduled trigger for Playbook

    タスクの結果

    The trigger is configured.

    次のタスク

    Add and configure your stages.