File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
docs/content/docs/getting-started Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ export async function handleUserSignup(email: string) {
121121 await sleep (" 5s" ); // Pause for 5s - doesn't consume any resources
122122 await sendOnboardingEmail (user );
123123
124+ console .log (" Workflow is complete! Run 'npx workflow web' to inspect your run" )
125+
124126 return { userId: user .id , status: " onboarded" };
125127}
126128```
Original file line number Diff line number Diff line change @@ -148,6 +148,8 @@ export async function handleUserSignup(email: string) {
148148 await sleep (" 5s" ); // Pause for 5s - doesn't consume any resources
149149 await sendOnboardingEmail (user );
150150
151+ console .log (" Workflow is complete! Run 'npx workflow web' to inspect your run" )
152+
151153 return { userId: user .id , status: " onboarded" };
152154}
153155
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ export async function handleUserSignup(email: string) {
102102 await sleep (" 5s" ); // Pause for 5s - doesn't consume any resources
103103 await sendOnboardingEmail (user );
104104
105+ console .log (" Workflow is complete! Run 'npx workflow web' to inspect your run" )
106+
105107 return { userId: user .id , status: " onboarded" };
106108}
107109```
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ export async function handleUserSignup(email: string) {
100100 await sleep (" 5s" ); // Pause for 5s - doesn't consume any resources
101101 await sendOnboardingEmail (user );
102102
103+ console .log (" Workflow is complete! Run 'npx workflow web' to inspect your run" )
104+
103105 return { userId: user .id , status: " onboarded" };
104106}
105107```
Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ export async function handleUserSignup(email: string) {
105105 await sleep (" 5s" ); // Pause for 5s - doesn't consume any resources
106106 await sendOnboardingEmail (user );
107107
108+ console .log (" Workflow is complete! Run 'npx workflow web' to inspect your run" )
109+
108110 return { userId: user .id , status: " onboarded" };
109111}
110112
You can’t perform that action at this time.
0 commit comments