Flow_17db3yp The process instance completed successfully. Flow_1uwondc This is an example **Manual Task**. A **Manual Task** is designed to allow someone to complete a task outside of the system and then report back that it is complete. You can click the *Continue* button to proceed. When you are done running this process, you can edit the **Process Model** to include a: * **Script Task** - write a short snippet of python code to update some data * **User Task** - generate a form that collects information from a user * **Service Task** - communicate with an external API to fetch or update some data. You can also change the text you are reading here by updating the *Instructions* on this example manual task. Flow_17db3yp Flow_12pkbxb composers = [ { "composer": "Johann Sebastian Bach", "genre": "Baroque", "famous_works": [ "Brandenburg Concertos", "Goldberg Variations", "St. Matthew Passion", "Mass in B minor" ] }, { "composer": "Ludwig van Beethoven", "genre": "Classical/Romantic", "famous_works": [ "9 symphonies", "5 piano concertos", "Fidelio", "Moonlight Sonata" ] }, { "composer": "Wolfgang Amadeus Mozart", "genre": "Classical", "famous_works": [ "The Magic Flute", "Don Giovanni", "Requiem", "Piano Concerto No. 21" ] } ] # {{c.composer}} ## Genre: {{c.genre}} ## Famous Works: {% for work in c.famous_works %} * {{work}} {% endfor %} Flow_12pkbxb Flow_1y9syi8 composers composers Flow_1y9syi8 Flow_1uwondc