For the complete documentation index, see llms.txt. This page is also available as Markdown.

Agentic Workflow Activity Actions

Overview

Activity actions automate the creation and removal of scheduled Activities on the Record. Use them to assign follow-up tasks, reminders, and other work items to team members as part of a larger Agentic Workflow Workflow without manual intervention.

Note: For error handling, see Agentic Workflow Error Handling.


Schedule Activity

The Schedule Activity action creates a scheduled Activity on the context Record. It is one of the more configurable action types in the platform, with a full set of assignment, due date, association, and notification options.

Assignment rules

The Assign To dropdown offers the following assignment types:

  • Round Robin (Team Member of Any Role): Cycles assignment across all verified employees in the business, regardless of role

  • Round Robin (Team Member of Specific Role): Cycles assignment across all team members who hold a specified role

  • Round Robin (Select Team Members): Cycles assignment across a manually selected list of team members

  • Owner: Assigns the Activity to whoever currently owns the context Record at the time the step executes

  • Specific Team Member: Assigns to a single named team member selected at design time

  • Custom Team Selector Field: Resolves the assignee from a team member field on the context Record

  • Last Active Team Member (Any Role): Assigns to the most recently active team member on the Record, regardless of role

  • Last Active Team Member (Specific Role): Assigns to the most recently active team member on the Record who holds a specified role

  • Specific Role: Assigns to a team member of a specified role

  • Team Member From Variable: Resolves the assignee from a variable holding a team member value

Round robin assignment tracking is maintained per Agentic Workflow step, not globally across the business or across other steps or Agentic Workflows. Two separate Schedule Activity steps, even within the same Agentic Workflow, each maintain their own independent round robin sequence.

Due date configuration: The Assignment Timeframe dropdown controls when the Activity is due:

  • Immediately: the Activity is due at the time the step executes

  • With Delay: the due date is offset by a specified duration from the time of execution

  • On or Around Date: the due date is set to a specified date field on the Record, with an optional offset

  • On or Around Date/Time Variable: the due date is resolved from a date/time variable, with an optional offset

Notes: Freeform note content can be attached to the Activity. The notes field supports merge fields sourced from variables, context Record attributes, or business fields.

Notifications: Use + Add Notification to configure notification behavior for the assigned team member when the Activity is created.

Delete Scheduled Activities

The Delete Scheduled Activities action deletes all scheduled Activities of a specified type associated with the context Record.

This is useful for clearing pending Activities when a record reaches a state that makes them irrelevant. For example, removing open follow-up reminders when an opportunity closes or a contact opts out. The deletion is scoped to the context Record and the selected Activity type; Activities on other Records are not affected.

Activity selection: Use the Find Activities search field under Delete Scheduled Activities to locate and select the Activity type to delete. All Activity types configured for the business are available in the list.


Key Use Cases

Activity actions are applicable across any Workflow that requires structured task assignment and follow-up. The following examples illustrate common patterns in three industries where consistent, auditable Activity management is a core operational requirement.

Industry Examples

Insurance Workflows use Activity actions to automate task creation across underwriting, claims, renewals, and compliance while ensuring that structured follow-up work is assigned and tracked at every stage of the policy and claims lifecycle.

Examples include:

  • Scheduling a claims review Activity assigned to the adjuster identified by a team selector field on the claim Record, due within a configured SLA window from the date of submission

  • Scheduling a renewal outreach Activity assigned via round robin to the retention team, due on or around the policy expiration date field

  • Scheduling an underwriting follow-up Activity when a required document field is left blank at submission, assigned to the underwriter who owns the Record

  • Deleting all pending follow-up Activities on a policy Record when the policy is marked as canceled or non-renewed

How Activity actions help:

  • Automate task creation at key lifecycle events such as new submissions, claim filings, renewal windows, without relying on manual assignment

  • Enforce SLA-aligned due dates by tying Activity timeframes to date fields on the Record rather than fixed offsets

  • Keep team queues clean by removing irrelevant Activities when a Record reaches a terminal state

  • Provide a structured, assignable work item at every stage of the policy or claims process that can be tracked, reported on, and audited


What's Next?

Continue to Agentic Workflow Control Actions to learn how to start, pause, cancel, and redirect Agentic Workflows from within an execution. This includes how to target related Records, manage paused executions, and control terminal states.

Last updated

Was this helpful?