Incorrect 'Created by' User Displayed for Catalog Task Created in WorkflowIssue When a Catalog task is created within a workflow, it displays the user who triggered the activity as the "Created by" user, instead of being created by the system.ResolutionThis behavior is considered normal because the "Created by" value is identified based on the current transaction that runs when the workflow activity is triggered. However, if you want to change this behavior, you can add a 1-second timer activity before the catalog task activity. Timer activities are scheduled jobs run by the system, so when the timer completes, the transaction that triggers the catalog task activity will be initiated by the system instead.