> Discover all available pages from the documentation index: https://mastra.zisheng.pro/ko/llms.txt # Workflow\.then() 그만큼`.then()`메서드는 Workflow 단계 간에 순차적 종속성을 생성하여 단계가 특정 순서로 실행되도록 합니다. ## 사용예 ```typescript workflow.then(step1).then(step2) ``` ## 매개변수 **step** (`Step`): 이전 단계가 완료된 후 실행할 단계 인스턴스 ## 보고 **workflow** (`NewWorkflow`): 메서드 체이닝을 위한 Workflow 인스턴스 ## 관련된 - [제어 흐름](https://mastra.zisheng.pro/ko/docs/workflows/control-flow)