diff --git a/examples/2-in-depth/data-stores/populate-data-store/populate-data-store.bpmn b/examples/2-in-depth/data-stores/populate-data-store/populate-data-store.bpmn index 77f3bba3..83d7ec69 100644 --- a/examples/2-in-depth/data-stores/populate-data-store/populate-data-store.bpmn +++ b/examples/2-in-depth/data-stores/populate-data-store/populate-data-store.bpmn @@ -21,14 +21,103 @@ * **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 = -[ + german_philosophers = [ { "philosopher": "Immanuel Kant", "works": [