Flow_17db3yp The process instance completed successfully. Flow_1hb6m9c 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. {} { "german_philosophers":[ { "philosopher": "Immanuel Kant", "works": [ "Critique of Pure Reason", "Critique of Practical Reason", "Critique of Judgment", "Groundwork of the Metaphysics of Morals" ] }, { "philosopher": "Georg Wilhelm Friedrich Hegel", "works": [ "Phenomenology of Spirit", "Science of Logic", "Philosophy of Right" ] }, { "philosopher": "Friedrich Nietzsche", "works": [ "Thus Spoke Zarathustra", "Beyond Good and Evil", "The Genealogy of Morality" ] }, { "philosopher": "Martin Heidegger", "works": [ "Being and Time", "Introduction to Metaphysics", "What is Called Thinking?" ] }, { "philosopher": "Jürgen Habermas", "works": [ "The Theory of Communicative Action", "The Structure-Transformation of the Public Sphere", "Justification and Application" ] }, { "philosopher": "Gottfried Wilhelm Leibniz", "works": [ "Discourse on Metaphysics", "Monadology", "Theodicy" ] }, { "philosopher": "Arthur Schopenhauer", "works": [ "The World as Will and Representation", "Consolations of Philosophy", "Essays and Aphorisms" ] }, { "philosopher": "Hannah Arendt", "works": [ "The Origins of Totalitarianism", "The Human Condition", "Eichmann in Jerusalem" ] }, { "philosopher": "Johann Gottlieb Fichte", "works": [ "The Science of Knowledge", "Foundations of the Entire Science of Knowledge", "Addresses to the German Nation" ] }, { "philosopher": "Friedrich Schelling", "works": [ "Ideas for a Philosophy of Nature", "System of Idealism of Fichte and Schelling", "The Ages of the World" ] } ]} Flow_17db3yp Flow_12pkbxb DataStoreReference_1yx3y4c german_philosophers = [ { "philosopher": "Immanuel Kant", "works": [ "Critique of Pure Reason", "Critique of Practical Reason", "Critique of Judgment", "Groundwork of the Metaphysics of Morals" ] }, { "philosopher": "Georg Wilhelm Friedrich Hegel", "works": [ "Phenomenology of Spirit", "Science of Logic", "Philosophy of Right" ] }, { "philosopher": "Friedrich Nietzsche", "works": [ "Thus Spoke Zarathustra", "Beyond Good and Evil", "The Genealogy of Morality" ] }, { "philosopher": "Martin Heidegger", "works": [ "Being and Time", "Introduction to Metaphysics", "What is Called Thinking?" ] }, { "philosopher": "Jürgen Habermas", "works": [ "The Theory of Communicative Action", "The Structure-Transformation of the Public Sphere", "Justification and Application" ] }, { "philosopher": "Gottfried Wilhelm Leibniz", "works": [ "Discourse on Metaphysics", "Monadology", "Theodicy" ] }, { "philosopher": "Arthur Schopenhauer", "works": [ "The World as Will and Representation", "Consolations of Philosophy", "Essays and Aphorisms" ] }, { "philosopher": "Hannah Arendt", "works": [ "The Origins of Totalitarianism", "The Human Condition", "Eichmann in Jerusalem" ] }, { "philosopher": "Johann Gottlieb Fichte", "works": [ "The Science of Knowledge", "Foundations of the Entire Science of Knowledge", "Addresses to the German Nation" ] }, { "philosopher": "Friedrich Schelling", "works": [ "Ideas for a Philosophy of Nature", "System of Idealism of Fichte and Schelling", "The Ages of the World" ] } ] | Philosopher | Major Works | |---|---| {% for p in german_philosophers -%} | {{p.philosopher}} | {%- for w in p.works -}{{w}}, {%- endfor -%} | {% endfor -%} Flow_0dz9zf6 Flow_184azfl DataStoreReference_1yx3y4c Property_078wrm1 Flow_12pkbxb Flow_0dz9zf6 my_regular_variable_1 = True Flow_184azfl Flow_1hb6m9c my_regular_variable_2 = True This script task assigns a local variable with the same name as the data store. This in combination with arrow pointing into the store, will cause the information to be written. These Script do not do anything, but if you view a completed process instance diagram, you will see they do not have access to the data store.  There is no "german_philosophers" variable. This will display the data store by referencing a local variable with same name as the data store "german_philosophers"