API Reference > ui-framework > WorkflowTask > WorkflowManager > findWorkflow findWorkflow MethodStatic Finds a Workflow with a given Id. findWorkflow(workflowId: string): undefined | Workflow Parameter Type Description workflowId string Id of the Workflow to find Returns - undefined | Workflow The Workflow if found, or undefined if not found Defined in ui/framework/src/ui-framework/workflow/Workflow.tsx Line 217 Last Updated: 11 June, 2024