SmartSource
What generated a smart task (the AI scribe, or a workflow)
Used By
Definition
"""What generated a smart task (the AI scribe, or a workflow)"""enum SmartSource { """ Tasks with no smart source """ NONE
""" Tasks generated by Scribe """ SCRIBE
""" Tasks generated by an Automate workflow """ WORKFLOW @deprecated(reason: "Not yet implemented")}