Flow_17db3yp
The process instance completed successfully.
Flow_07kcher
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.
{}
{
"movies": {
"Quentin Tarantino": {
"Reservoir Dogs": [
{
"name": "Mr. White",
"actor": "Harvey Keitel",
"description": "Veteran criminal leading the heist"
},
{
"name": "Mr. Orange",
"actor": "Tim Roth",
"description": "Undercover cop infiltrating the gang"
},
{
"name": "Mr. Blonde",
"actor": "Michael Madsen",
"description": "Sadist and unpredictable gangster"
},
{
"name": "Mr. Pink",
"actor": "Steve Buscemi",
"description": "Paranoid and argumentative heist member"
},
{
"name": "Joe Cabot",
"actor": "Lawrence Tierney",
"description": "Powerful crime boss"
}
],
"Pulp Fiction": [
{
"name": "Vincent Vega",
"actor": "John Travolta",
"description": "Hitman with a philosophical bent"
},
{
"name": "Jules Winnfield",
"actor": "Samuel L. Jackson",
"description": "Bible-quoting hitman with a mysterious past"
},
{
"name": "Mia Wallace",
"actor": "Uma Thurman",
"description": "Mob wife and recovering addict"
},
{
"name": "Butch Coolidge",
"actor": "Bruce Willis",
"description": "Boxer on the run after throwing a fight"
},
{
"name": "Winston Wolfe",
"actor": "Harvey Keitel",
"description": "Problem solver for criminals"
}
],
"Inglourious Basterds": [
{
"name": "Lt. Aldo Raine",
"actor": "Brad Pitt",
"description": "Leader of Jewish-American Nazi hunters"
},
{
"name": "Shosanna Dreyfus",
"actor": "Mélanie Laurent",
"description": "Jewish woman seeking revenge on Nazis"
},
{
"name": "Col. Hans Landa",
"actor": "Christoph Waltz",
"description": "Charming yet ruthless SS officer"
},
{
"name": "Sgt. Hugo Stiglitz",
"actor": "Til Schweiger",
"description": "German soldier turned double agent for the Basterds"
},
{
"name": "Rick Dalton",
"actor": "Leonardo DiCaprio",
"description": "Faded American actor in Nazi-occupied Germany"
}
],
"Django Unchained": [
{
"name": "Django Freeman",
"actor": "Jamie Foxx",
"description": "Freed slave turned bounty hunter"
},
{
"name": "Dr. King Schultz",
"actor": "Christoph Waltz",
"description": "Bounty hunter who frees Django"
},
{
"name": "Calvin Candie",
"actor": "Leonardo DiCaprio",
"description": "Cruel and brutal plantation owner"
},
{
"name": "Stephen",
"actor": "Samuel L. Jackson",
"description": "Candie's trusted house slave"
},
{
"name": "Broomhilda von Schaft",
"actor": "Kerry Washington",
"description": "German woman enslaved by Candie"
}
]
}
}
}
Flow_17db3yp
Flow_12pkbxb
DataStoreReference_17ombu1
movies = {
"Quentin Tarantino": {
"Reservoir Dogs": [
{
"name": "Mr. White",
"actor": "Harvey Keitel",
"description": "Veteran criminal leading the heist"
},
{
"name": "Mr. Orange",
"actor": "Tim Roth",
"description": "Undercover cop infiltrating the gang"
},
{
"name": "Mr. Blonde",
"actor": "Michael Madsen",
"description": "Sadist and unpredictable gangster"
},
{
"name": "Mr. Pink",
"actor": "Steve Buscemi",
"description": "Paranoid and argumentative heist member"
},
{
"name": "Joe Cabot",
"actor": "Lawrence Tierney",
"description": "Powerful crime boss"
}
],
"Pulp Fiction": [
{
"name": "Vincent Vega",
"actor": "John Travolta",
"description": "Hitman with a philosophical bent"
},
{
"name": "Jules Winnfield",
"actor": "Samuel L. Jackson",
"description": "Bible-quoting hitman with a mysterious past"
},
{
"name": "Mia Wallace",
"actor": "Uma Thurman",
"description": "Mob wife and recovering addict"
},
{
"name": "Butch Coolidge",
"actor": "Bruce Willis",
"description": "Boxer on the run after throwing a fight"
},
{
"name": "Winston Wolfe",
"actor": "Harvey Keitel",
"description": "Problem solver for criminals"
}
],
"Inglourious Basterds":[
{
"name": "Lt. Aldo Raine",
"actor": "Brad Pitt",
"description": "Leader of Jewish-American Nazi hunters"
},
{
"name": "Shosanna Dreyfus",
"actor": "Mélanie Laurent",
"description": "Jewish woman seeking revenge on Nazis"
},
{
"name": "Col. Hans Landa",
"actor": "Christoph Waltz",
"description": "Charming yet ruthless SS officer"
},
{
"name": "Sgt. Hugo Stiglitz",
"actor": "Til Schweiger",
"description": "German soldier turned double agent for the Basterds"
},
{
"name": "Rick Dalton",
"actor": "Leonardo DiCaprio",
"description": "Faded American actor in Nazi-occupied Germany"
}
],
"Django Unchained": [
{
"name": "Django Freeman",
"actor": "Jamie Foxx",
"description": "Freed slave turned bounty hunter"
},
{
"name": "Dr. King Schultz",
"actor": "Christoph Waltz",
"description": "Bounty hunter who frees Django"
},
{
"name": "Calvin Candie",
"actor": "Leonardo DiCaprio",
"description": "Cruel and brutal plantation owner"
},
{
"name": "Stephen",
"actor": "Samuel L. Jackson",
"description": "Candie's trusted house slave"
},
{
"name": "Broomhilda von Schaft",
"actor": "Kerry Washington",
"description": "German woman enslaved by Candie"
}
]
}
}
Flow_12pkbxb
Flow_032ykz8
DataStoreReference_17ombu1
Property_1yu6oue
django = movies("Quentin Tarantino", "Django Unchained")
Flow_032ykz8
Flow_1akrpry
DataStoreReference_1iq4dmk
# Add a single movie
movies = {
"Wes Craven": {
"Swamp Thing": [
{
"name": "Dr. Alec Hollard",
"actor": "Ray Wise",
"description": "whatever"
},
]
}
}
Flow_1akrpry
Flow_07kcher