Flow_17db3yp
Guest form is complete
Flow_0jvpdjh
This is an example **Manual Task** for a Guest user.
true
# Get Process Instance
process_info = get_toplevel_process_info()
process_instance_id = process_info["process_instance_id"]
#{get_toplevel_process_info()['process_instance_id']}
task_info = get_current_task_info()
del task_info["typename"]
task_guid = task_info['id']
#task_bpmn_id = task_info['task_spec']
# "task_guid": "9c1859d5-a249-4ada-927c-7a96575f0cca",
# "task_bpmn_id": "Activity_heyhey"
# Generate guest user task URL
guest_link = get_url_for_task_with_bpmn_identifier("Guest_manual_task")
Flow_17db3yp
Flow_12pkbxb
true
Flow_0jyemyi
Flow_0xhhjj7
true
fruits = [
{
"value": "apples",
"label": "Apples"
},
{
"value": "oranges",
"label": "Oranges"
},
{
"value": "bananas",
"label": "Bananas"
}
]
Flow_0f71dq6
Flow_1hna0je
In Script Task 1===================
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Flow_12pkbxb
Flow_0jyemyi
a = 1
time.sleep(1)
a = 2
In Script Task 2===================
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Flow_0xhhjj7
Flow_0f71dq6
b = 1
time.sleep(0.1)
First Name = {{firstName}},
Address = {{address}},
Check1 = {{check1}},
Check2 = {{check2}},
Check3 = {{check3}},
Driving = {{driving}},
Delivery_date = {{delivery_date}},
Delivery_date_range = {{delivery_date_range}}
true
Thank you!
Flow_1hna0je
Flow_0jvpdjh