Workflow is Generating duplicate events instead of creating only one eventIssue The workflow is generating the event twice instead of just once.ReleaseAll VersionsCauseThe workflow 'workflow_name' splits into two transactions prior to the create event activityResolutionThe workflow activity which is prior to the create event activity splits into two for the activity conditions. Place a join activity in the workflow to resolve this issue.