Approval History not recording all events properly on request creationDescription Approval activity from workflow is not being logged correctly from approval request via workflow. This happens only when the approval is being created by the workflow while the request is first being created because the business rule on approvals cannot find the request record yet to add the journal entry. Steps to Reproduce Navigate to Workflow > Administration > Properties and confirm that the property labeled "Log user approval activity - such as requested, approved and rejected - in the Approval History journal when using workflows to manage the approvals for a task" is checked. Input the attached Activity History Incomplete workflow. Create a new change request to trigger the workflow. Open the change request. Note that the expected entry in the Approval history, "System Administrator requested to approve task", is missing. Log in as system admin and approve the request. Open the change request and verify another entry is in the Approval history: "System Administrator approved the task". If you use the attached Activity History Complete workflow, which has a timer before approval activity, to repeat these steps, you will see two activity history logs in the Approval history. Workaround <!-- ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Use one of the following workarounds: Set the "Run after bus. rules run" field on the wf_workflow_version to true. Edit the workflow and insert a short timer before the approval activity. Change the request process so the workflow is not started until after the request is made and updated. Related Problem: PRB583754