Join activity in Workflow not working properly if ticket is updated from IntegrationIssue Join activity is not completing after the predecessors activity is completed. It is not moving ahead when all the tasks are updated as closed via integration Expected results: Workflow should proceed after tasks are closedActual results: Workflow is not moving ahead & join activity result is blank According to the documentation, Join activity exits along the Complete path when the system has determined that all predecessor activities have completed and transitioned to the Join.CauseThe current join is being held up because the active path it is following contains other join activities that are currently being executed.ResolutionModify the workflow logic to create separate paths for the current join and other join activities, which should address the problem.Related LinksJoin workflow activity Community Discussions Join workflow activity not workingHow to correctly use 'JOIN' activity in workflow?Why do workflow Join activities contain an Incomplete path?