Workflow tasks are being canceled on wait for conditionIssue User has a workflow where the tasks are being canceled and the whole workflow closes.CauseThe workflow is using the branch activity named as create tasks that have four branchesEach branch has different tasks to be createdThe first branch does not create the tasks and reaches the end of the workflow first which causes the workflow to cancel and the whole workflow closesResolutionAs a resolution add the join activity that will wait for all activities in multiple paths to finish before continuing to end and the workflow will not be canceled.