History and lifecycle management
Complete associated tasks
Complete open tasks associated with a selected CRM record.
Make it your own
Review the setup and limits below, then open an editable copy in Turbyn.
Use this recipeYour selection stays with you through signup.
What it does
Completed and unrelated tasks remain unchanged; each failure is visible.
What to customize
Set association type and completed task status.
Run the included tests with your configuration and mappings. Review success, missing-input and failure results before publishing.
Expected outcome
This included example runs in dry-run mode with synthetic data. Integration tests separately cover provider responses using test doubles. It is not a live customer result.
Sample input
sample-input.json
{
"inputFields": {
"field1": "{\"recordId\":\"d1\"}"
}
}Sample output
sample-output.json
{
"outputFields": {
"output1": "planned",
"output2": "dry_run",
"output3": "No provider calls or changes were made."
}
}Returned fields
- output1
- completed, partial, or error
- output2
- completed count
- output3
- JSON task outcomes
What changes when it runs
Reads tasks and patches only eligible open associated tasks.
Ready to try it with your rules?
Map your inputs, test a sample and publish the version you’ve checked.