User: dan@sartography.com clicked save for examples/2-in-depth/data-stores/populate-data-store/populate-data-store.bpmn

This commit is contained in:
sartography-automated-committer 2024-02-20 21:56:44 +00:00
parent c937691824
commit 90caeff784

View File

@ -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.</spiffworkflow:instructionsForEndUser>
<spiffworkflow:unitTests>
<spiffworkflow:unitTest id="ScriptUnitTest_00lbk5r">
<spiffworkflow:inputJson>{}</spiffworkflow:inputJson>
<spiffworkflow:expectedOutputJson>{
"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"
]
}
]}
</spiffworkflow:expectedOutputJson>
</spiffworkflow:unitTest>
</spiffworkflow:unitTests>
</bpmn:extensionElements>
<bpmn:incoming>Flow_17db3yp</bpmn:incoming>
<bpmn:outgoing>Flow_12pkbxb</bpmn:outgoing>
<bpmn:dataOutputAssociation id="DataOutputAssociation_19zlb7d">
<bpmn:targetRef>DataStoreReference_1yx3y4c</bpmn:targetRef>
</bpmn:dataOutputAssociation>
<bpmn:script>german_philosophers =
[
<bpmn:script>german_philosophers = [
{
"philosopher": "Immanuel Kant",
"works": [