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

Task Assignment & Creation Cards

Task Assignment & Creation Cards - Complete Guide

Covers: 12 task-related cards


The task cards on this page go in the Then group of the Workflow Builder — the actions that run once the When/And conditions match:

Workflow Builder canvas with When, And and Then card groups
Task and creation cards are added to the Then group via Add Card.

📌 Version Information

Most Evolved Card: tasks_create (4 versions, v4 latest) Other Multi-Version Cards: ACTION_TASK_FOR_GROUP (v4), ACTION_ASSIGN_TASK_TO_PROCUREMENT_GROUP (v3), ACTION_ASSIGN_TASK_TO_USER_FROM_FIELD_WITH_FALLBACK (v3), ACTION_DECISION_TREE_CREATE_TASKS (v3)

Key Changes:

  • v3 → v4 Evolution: Removed decision tree approach, added generic work item types (Task, Ticket, Issue)

  • v2 → v3 Migration: Added decision tree support (now mostly deprecated)

📖 Complete Version History | Card Version Database


Overview

Task cards create work assignments for team members. When an invoice needs approval, you can automatically create a task and assign it to the right person.


Basic Task Creation

Card: tasks_create / Create Task and Assign to User

Purpose

Creates a task and assigns it to a specific person

When to Use

  • Invoice needs specific person's review

  • Approval required from named individual

  • Handoff to specific team member

Parameters

Title The task name/subject

Description Details about the task

Priority

  • 🔴 High: Urgent, do immediately

  • 🟡 Medium: Normal priority

  • 🟢 Low: Can be done later

Assigned User Who gets the task

Email Notification Send email alert to assigned person?

Example


Card: ACTION_TASK_FOR_GROUP / Create Task for Group

Purpose

Creates a task and assigns it to a group (all members can see it)

When to Use

  • Multiple people can do the task

  • Task for team, not individual

  • First person available should handle

Difference from Individual Task

Example Workflow


Card: ACTION_DECISION_TREE_CREATE_TASKS

Purpose

Creates tasks based on decision table logic

How It Works

When to Use

  • Different suppliers need different approval

  • Complex routing based on multiple factors

  • Different team based on document type

Example


Card: ACTION_DECISION_TREE_TASKS_SEQUENTIAL

Purpose

Creates tasks sequentially based on decision table Tasks are assigned one at a time with priority order

When to Use

  • Multiple approvals needed in sequence

  • Workflow approval chain

  • Each person reviews then passes to next

How It Works

Priority System

Example Configuration


Card: ACTION_CREATE_TASK_FOR_USER_SEQUENTIAL

Purpose

Assigns document to one user AND creates sequential task

When to Use

  • Assign document AND create task at same time

  • Document needs to be reviewed by specific person

  • Track both assignment and task creation

How It Works

Example


Card: ACTION_CREATE_TASK_FOR_GROUP_SEQUENTIAL

Purpose

Assigns document to group AND creates task

When to Use

  • Document needs group attention

  • Want to track task creation

  • Create initial task then document assignment

Example


Advanced Task Creation

Card: ACTION_ASSIGN_TASK_TO_FACILITY_GROUP

Purpose

Creates task for specific facility group

When to Use

  • Task for warehouse/facility team

  • Facility-specific operations

  • Physical location matters

Example


Card: ACTION_ASSIGN_TASK_TO_FACILITY_GROUP_SEQUENTIAL

Purpose

Sequential task assignment across facilities

When to Use

  • Multi-facility operations

  • Tasks pass from facility to facility

  • Sequential facility processing

How It Works

Example


Card: ACTION_ASSIGN_TASK_TO_PROCUREMENT_GROUP

Purpose

Creates task for procurement department

When to Use

  • Task for procurement team

  • Supplier management tasks

  • Purchase-related work

Example


Card: ACTION_ASSIGN_TASK_PROCUREMENT_GROUP_SEQUENTIAL

Purpose

Sequential task routing within procurement

When to Use

  • Multi-step procurement processes

  • Approval chain in procurement

  • Escalation path

Example


Card: ACTION_ASSIGN_TASK_TO_USER_FROM_FIELD_WITH_FALLBACK

Purpose

Get user from document field, assign task If user not found, use fallback user

When to Use

  • User stored in document field

  • Document specifies who should review

  • Have backup person if specified user unavailable

How It Works

Example

Parameters


Common Task Parameters

All task cards use these parameters:

Title

Description

Priority Levels

Due Date (if available)


Task Workflow Scenarios

Scenario 1: Simple Approval

Scenario 2: Multi-Level Approval

Scenario 3: Parallel Tasks

Scenario 4: Conditional Routing


Task Assignment Best Practices

Do:

  • Include specific details in task title

  • Set appropriate priority levels

  • Set realistic deadlines

  • Notify assignees

  • Include link to document

  • Use clear, actionable descriptions

Don't:

  • Create vague task titles ("Review this")

  • Set everything as High priority

  • Forget to notify assigned person

  • Create multiple tasks for same work

  • Assign to unavailable people


Troubleshooting Tasks

"Task not assigned to anyone"

Cause: User doesn't exist or group is empty

Solution:

  • Verify user name spelling

  • Check user is active in system

  • Verify group has members

  • Use fallback if needed

"Person says they didn't get notification"

Cause: Email notification disabled or email wrong

Solution:

  • Check "Send Email" checkbox is enabled

  • Verify recipient email address

  • Check spam folder

  • Resend notification manually

"Wrong person got task"

Cause: Routing logic incorrect

Solution:

  • Check decision table conditions

  • Verify fallback settings

  • Test with sample document

  • Check for typos in user names

"Too many tasks created"

Cause: Card firing multiple times

Solution:

  • Check conditions are specific enough

  • Verify card only runs once per document

  • Review "And" conditions

  • Add additional filtering


Task Card Comparison Table

Card
Creates Task
Assigns To
When

tasks_create

Yes

Individual

Always

ACTION_TASK_FOR_GROUP

Yes

Group

Always

ACTION_DECISION_TREE_CREATE_TASKS

Yes

Decision Table Result

Conditional

ACTION_DECISION_TREE_TASKS_SEQUENTIAL

Yes

Multiple (Sequential)

Conditional

ACTION_CREATE_TASK_FOR_USER_SEQUENTIAL

Yes

User + Document

Conditional

ACTION_CREATE_TASK_FOR_GROUP_SEQUENTIAL

Yes

Group + Document

Conditional

ACTION_ASSIGN_TASK_TO_FACILITY_GROUP

Yes

Facility Group

Conditional

ACTION_ASSIGN_TASK_TO_FACILITY_GROUP_SEQUENTIAL

Yes

Multiple Facilities

Conditional

ACTION_ASSIGN_TASK_TO_PROCUREMENT_GROUP

Yes

Procurement Team

Conditional

ACTION_ASSIGN_TASK_PROCUREMENT_GROUP_SEQUENTIAL

Yes

Multiple (Sequential)

Conditional

ACTION_ASSIGN_TASK_TO_USER_FROM_FIELD_WITH_FALLBACK

Yes

Field/Fallback

Conditional


  • ACTION_ASSIGN_DOCUMENT_TO_USER - Assign document without creating task

  • ACTION_SEND_EMAIL - Notify people directly

  • STAUS_CHANGE - Change status instead of creating task

  • RUN_WORKFLOW - Trigger different workflow instead

Last updated

Was this helpful?