Loading

Salesforce Financial Services Cloud: "Couldn't Create Successor Tasks" Error in Action Plans

Udgivelsesdato: Jul 14, 2026
Beskrivelse

Two related symptoms are frequently reported for FSC Action Plans:

  • Symptom A — Successor task is missing: After an Action Plan is generated from a template, one or more expected successor tasks are not visible in the Action Plan. The user believes they should be present immediately.
  • Symptom B — Explicit error: After the prerequisite tasks are Completed, the Action Plan displays the error "Couldn't create successor tasks for task '' Retry" on the task that should have generated the successor.

Expected behavior (this is by design):

  • When an Action Plan is initially generated from a template, only the tasks that have no dependencies are created.
  • Each successor task is added to the Action Plan only after all of its prerequisite tasks are marked with a Status of Completed.
  • An Action Plan Template supports:
    • Up to 24 task dependencies in a single sequence.
    • Up to 3 prerequisite tasks per task.

Because of this design, a successor task that is not yet visible while any prerequisite is still open is not an error — it is deferred until the prerequisites are marked Completed. No banner, warning, or Retry option is displayed for this normal deferred state.

When the "Couldn't create successor tasks… Retry" error actually appears — after all prerequisites are Completed but the successor still fails to generate — the underlying cause is not the completion state of the prerequisite. Typical causes include:

  • The Action Plan Template's dependency chain exceeds the supported limits.
  • The user finishing the prerequisite task (or clicking Retry) does not have the required Action Plans permission set or object CRUD access.
  • A validation rule, Apex trigger, flow, or sharing rule fails when the platform attempts to create the successor task at the moment the prerequisite is closed.

 

Løsning

 

The first section is a clarification, not a fix — if the situation matches it, no action is required.

Expected behavior: Successor tasks are deferred until all prerequisites are Completed

It is the standard operating behavior of Action Plans. How to verify the deferred state is expected:

  1. Open the affected Action Plan record.
  2. Confirm that the successor task in question is defined in the source template with one or more prerequisites.
  3. Confirm that at least one prerequisite still has a Status other than Completed.
  4. If both are true, the missing successor is by design — it will appear only after all of its prerequisite tasks are marked Completed.

No configuration change is required. Progress the prerequisite tasks and the successor will be added automatically.

If, after all prerequisites are Completed, the successor still does not appear or the "Couldn't create successor tasks… Retry" error appears, continue to the causes below.

Cause 1 — Template exceeds supported dependency limits

Open the Action Plan Template used to create the failing Action Plan (Setup > Action Plan Templates), and confirm:

  • The dependency chain is ≤ 24 task dependencies in a sequence.
  • No task has more than 3 prerequisite tasks.

If any limit is exceeded, restructure the template (split long chains into shorter sequences or into follow-up Action Plans), Publish, and generate a new Action Plan to validate.

Cause 2 — Missing Action Plans permissions

Do not grant Modify All Records on the Action Plan object. Instead, on the user's permission set assignment:

  1. Assign the Action Plans permission set.
  2. On the Action Plans and Action Plan Templates objects, grant appropriate CRUD (Create / Read / Update / Delete) matching what the user needs to do.
  3. Ensure the user has Edit on the Task (Activity) object and record-level access to the parent record (Account, Opportunity, Financial Account, etc.).

Have the user log out and back in, then click Retry on the error banner.

Cause 3 — Custom automation is blocking successor creation

If prerequisites are Completed and permissions are correct but creation still fails, a custom automation is blocking the successor's insert:

  1. Enable Debug Logs on the affected user (Setup > Debug Logs), close the prerequisite (or click Retry), and open the log.
  2. Look for exceptions on the Task object — typical culprits are a validation ruleApex trigger, or flow rejecting the successor, a required field on Task not populated by the template, or a sharing issue on the parent record.
  3. Fix the specific blocker surfaced in the log (scope the validation rule to exclude Action-Plan-created tasks, adjust the trigger/flow, default the missing field, or extend sharing).

Verification

Mark every prerequisite Completed, click Retry if the banner is still shown, and confirm the successor task now appears with no error. Repeat on a fresh Action Plan generated from the corrected template to confirm the fix is durable.

Vidensartikelnummer

005388912

 
Indlæser
Salesforce Help | Article