Skip to content

[Doc Improvement][I ran into an issue][Update sbs-gs-workflow-bot][4457080] #12759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions msteams-platform/sbs-gs-workflow-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ items:

[!INCLUDE [Set up prerequisites](includes/get-started/prepare-teams-toolkit.md)]

> [!div class="nextstepaction"]
> [I ran into an issue](https://github.com/MicrosoftDocs/msteams-docs/issues/new?template=Doc-Feedback.yaml&title=%5BI+ran+into+an+issue%5D+Create+a+free+Teams+developer+tenant+%28optional%29&&author=%40surbhigupta&pageUrl=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fmicrosoftteams%2Fplatform%2Fsbs-gs-workflow-bot%3Ftabs%3Dvscode%26tutorial-step%3D1&contentSourceUrl=https%3A%2F%2Fgithub.com%2FMicrosoftDocs%2Fmsteams-docs%2Fblob%2Fmain%2Fmsteams-platform%2Fsbs-gs-workflow-bot.yml&platformId=850b718b-a2eb-2fd5-a491-6c3f273d4517&documentVersionIndependentId=6589b1c3-499b-72f9-13fe-eb899a92d050&metadata=*%2BID%253A%2Be473e1f3-69f5-bcfa-bcab-54b098b59c80%2B%250A*%2BService%253A%2B%2A%2Amsteams%2A%2A)


- title: Build workflow bot
durationInMinutes: 5
content: |
Expand Down Expand Up @@ -98,6 +102,9 @@ items:

:::image type="content" source="~/assets/images/sbs-workflow-bot/workflowbot-add-scope.png" alt-text="Screenshot of the scope selection dialog with the list of shared scopes.":::

> [!div class="nextstepaction"]
> [I ran into an issue](https://github.com/MicrosoftDocs/msteams-docs/issues/new?template=Doc-Feedback.yaml&title=%5BI+ran+into+an+issue%5D+Build+workflow+bot&&author=%40surbhigupta&pageUrl=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fmicrosoftteams%2Fplatform%2Fsbs-gs-workflow-bot%3Ftabs%3Dvscode%26tutorial-step%3D2&contentSourceUrl=https%3A%2F%2Fgithub.com%2FMicrosoftDocs%2Fmsteams-docs%2Fblob%2Fmain%2Fmsteams-platform%2Fsbs-gs-workflow-bot.yml&platformId=850b718b-a2eb-2fd5-a491-6c3f273d4517&documentVersionIndependentId=6589b1c3-499b-72f9-13fe-eb899a92d050&metadata=*%2BID%253A%2Be473e1f3-69f5-bcfa-bcab-54b098b59c80%2B%250A*%2BService%253A%2B%2A%2Amsteams%2A%2A)

### Take tour of source code
Teams Toolkit provides components for building an app. After creating the project, you can view the project folders and files in the Explorer area of Visual Studio Code for JavaScript/TypeScript.

Expand Down Expand Up @@ -137,6 +144,9 @@ items:
Then you can select the **DoStuff** button to invoke the action, that responds with the following updated Adaptive Card:

:::image type="content" source="./assets/images/sbs-workflow-bot/sbs-workflow-bot-debug-output2.png" alt-text="Screenshot shows the selection to add your workflow bot app.":::

> [!div class="nextstepaction"]
> [I ran into an issue](https://github.com/MicrosoftDocs/msteams-docs/issues/new?template=Doc-Feedback.yaml&title=%5BI+ran+into+an+issue%5D+Interaction+with+the+workflow+bot&&author=%40surbhigupta&pageUrl=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fmicrosoftteams%2Fplatform%2Fsbs-gs-workflow-bot%3Ftabs%3Dvscode%26tutorial-step%3D3&contentSourceUrl=https%3A%2F%2Fgithub.com%2FMicrosoftDocs%2Fmsteams-docs%2Fblob%2Fmain%2Fmsteams-platform%2Fsbs-gs-workflow-bot.yml&platformId=850b718b-a2eb-2fd5-a491-6c3f273d4517&documentVersionIndependentId=6589b1c3-499b-72f9-13fe-eb899a92d050&metadata=*%2BID%253A%2Be473e1f3-69f5-bcfa-bcab-54b098b59c80%2B%250A*%2BService%253A%2B%2A%2Amsteams%2A%2A)

- title: Complete challenge
durationInMinutes: 1
Expand Down