Professional Services Automation Apex API Developer Reference

pse.StartProjectTasksAction

global with sharing class StartProjectTasksAction

Flow / Agentforce action that starts lists of project tasks. @since Summer 2026 @supportsAgents @supportsFlows @keywords begin, in progress

Methods

startProjectTasks

global static List<pse.StartProjectTasksAction.Result> startProjectTasks(List<pse.StartProjectTasksAction.Request> requests)

pse.StartProjectTasksAction.Request

global with sharing class Request

A request to start a list of project tasks.

Properties

Name Type Description
projectTaskIds List<Id>

Methods

Request

global Request()

pse.StartProjectTasksAction.Result

global with sharing class Result

The per-task outcome for one request.

Properties

Name Type Description
isSuccess Boolean
failedTaskIds List<Id>
errorMessages List<String>

Methods

Result

global Result()

© Copyright 2009–2026 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.