Story #4540
Updated by bmbouter over 5 years ago
We currently have a 'created_resources' field on tasks but what if plugin writers want to store extra information that is arbitrarily structured and searchable. return info that's not stored in the database? Some possible options: 1. Create a TaskResult object or something similar in the database and return it in 'created_resources' 2. Add a field to tasks. 3. ???