Create Task
Create_Task creates a new GovTribe task inside a specific pipeline and pursuit and returns the created task resource as JSON text.
Input Contract
pipeline_id: GovTribe ID of the pipeline that owns the task context.type:stringrequired:yesdefault:n/a
pursuit_id: GovTribe ID of the pursuit the task is associated with.type:stringrequired:yesdefault:n/a
owner_model_id: GovTribe ID of the user who will own the task.type:stringrequired:yesdefault:n/a
name: Task name.type:stringrequired:yesdefault:n/ashape:min length 1, max length 100
description: Optional task description text.type:stringrequired:nodefault:omit for no descriptionshape:max length 10000
dueDate: Due date for the task.type:stringrequired:yesdefault:n/ashape:YYYY-MM-DD or ISO 8601
priority: Optional task priority.type:string enumrequired:nodefault:omit for no priorityoptions:low,medium,high,urgent
Output Contract
Top-level keys:
govtribe_idgovtribe_ai_summarygovtribe_typegovtribe_urlnamedescriptioncommentdue_datepast_duedue_soonprioritycompleted_atreopened_atcreated_atupdated_atownercreatorpipelinepursuitstage
Row keys:
n/a
Relationship retrieval map:
creatorresource_type:usertool:Search_Usersfilter:user_idsnested_keys:govtribe_id,govtribe_type,name,email
ownerresource_type:usertool:Search_Usersfilter:user_idsnested_keys:govtribe_id,govtribe_type,name,email
pipelineresource_type:pipelinetool:Search_Pipelinesfilter:creator_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
pursuitresource_type:pursuittool:Search_Pursuitsfilter:creator_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name
stageresource_type:stagetool:Search_Stagesfilter:creator_idsnested_keys:govtribe_id,govtribe_type,govtribe_url,name,type
Usage Patterns
Pattern A: Create a standard task with required fields only. Tool: Create_Task
Pattern B: Create a high-priority task with description for handoff clarity. Tool: Create_Task
Pattern C: Create an urgent task using ISO 8601 due date-time. Tool: Create_Task
Last updated
Was this helpful?
