Skip to content

Create Action Plan From Template apex action in flow creates tasks without dependencies #151

@irinaIvanova97

Description

@irinaIvanova97

Describe the bug
When creating a new action plan from template with the apex action "Create Action Plan From Template", the tasks related to the record are created all at once even though there is a dependency defined in the template.

To Reproduce
Steps to reproduce the behavior:

  1. Go go Action Plan Templates
  2. Create new template
  3. Populate name
  4. Create new task with sample subjects and days after "1", priority normal, send email true, reminder true
  5. Create a second task with sample subjects and days after "1", priority normal, send email true, reminder true. On the controlling task select the task created in the previous step.
  6. Save
  7. Create new record-triggered flow on lead creation.
  8. Call the apex action "Create Action Plan From Template" with the current record id and template name passed
  9. Activate flow
  10. Create lead record
  11. Lead has 2 task created and assigned to the record

Expected behavior
The record to have only the first task, since the second one is dependent on the first and should be generated only after the first one is completed.

Screenshots
image
image

Environment (please complete the following information):

  • OS: Windows
  • Browser: Chrome
  • Action Plans Version: 4.3
  • Salesforce UI: Lightning Experience
  • Org Edition: Enterprise

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions