File size: 428,311 Bytes
2f138d2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
Latest Human Instruction,Workflow Configuration,Current Workflow Progress,Expected Output
Process the insurance claim.,"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Schedule the follow-up appointment. Subworkflow."", ""block"": ""Schedule the follow-up appointment. Subworkflow""}"
Generate the monthly financial report.,"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Send payment reminders to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the monthly financial report. Task."", ""block"": ""Generate the monthly financial report. Task""}"
Process the loan application for review.,"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the monthly financial report. Subworkflow."", ""block"": ""Generate the monthly financial report. Subworkflow""}"
Ship the finished products.,"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}"
Update the inventory for the new shipment.,"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}"
Generate the sales report for the month.,"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Process the order for the new product. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Process the order for the new product. Task""}]}"
Troubleshoot the service issue.,"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the customer's bill payment. Task."", ""block"": ""Process the customer's bill payment. Task""}"
Notify the customer about their order.,"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Process the order for the new product. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Schedule the follow-up appointment.,"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Review the diagnostic report.""}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Collect patient data for the upcoming surgery. Task."", ""block"": ""Collect patient data for the upcoming surgery. Task""}"
Approve the new credit card application.,"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Approve the new credit card application.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Process the loan application for review.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the loan application for review. Task."", ""block"": ""Process the loan application for review. Task""}"
Generate and save the production schedule.,"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate and save the production schedule.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Ship the finished products.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Update the inventory for the new shipment. Subworkflow."", ""block"": ""Update the inventory for the new shipment. Subworkflow""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the final quality check.,"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}"
Update the stock levels in the system.,"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Notify the customer about their order. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}"
Send payment reminders to customers.,"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Approve the new credit card application. Subworkflow."", ""block"": ""Approve the new credit card application. Subworkflow""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}"
Review the diagnostic report.,"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Schedule the follow-up appointment. Subworkflow."", ""block"": ""Schedule the follow-up appointment. Subworkflow""}"
Submit the medical records to the doctor.,"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Review the diagnostic report.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Notify the customer about their order. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the sales report for the month. Subworkflow."", ""block"": ""Generate the sales report for the month. Subworkflow""}"
Set up a new service connection for the customer.,"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Troubleshoot the service issue.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Send promotional messages to customers.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Handle the return of the product.,"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Collect patient data for the upcoming surgery.,"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Process the insurance claim.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Upgrade the customer\u2019s data plan. Subworkflow."", ""block"": ""Upgrade the customer\u2019s data plan. Subworkflow""}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Process the insurance claim. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Process the insurance claim. Task""}]}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment.,"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Process the customer's bill payment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Troubleshoot the service issue. Task."", ""block"": ""Troubleshoot the service issue. Task""}"
Upgrade the customer’s data plan.,"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Approve the new credit card application.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the loan application for review. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the audit for the current quarter. Task."", ""block"": ""Complete the audit for the current quarter. Task""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Upgrade the customer\u2019s data plan. Task."", ""block"": ""Upgrade the customer\u2019s data plan. Task""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Send payment reminders to customers.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Process the loan application for review. Task""}]}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Review the diagnostic report. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Review the diagnostic report. Task."", ""block"": ""Review the diagnostic report. Task""}"
Send promotional messages to customers.,"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Troubleshoot the service issue.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the customer's bill payment. Task."", ""block"": ""Process the customer's bill payment. Task""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Ship the finished products. Subworkflow."", ""block"": ""Ship the finished products. Subworkflow""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Upgrade the customer\u2019s data plan. Task."", ""block"": ""Upgrade the customer\u2019s data plan. Task""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Notify the customer about their order.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Send promotional messages to customers. Subworkflow."", ""block"": ""Send promotional messages to customers. Subworkflow""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the final quality check. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Update the inventory for the new shipment. Task."", ""block"": ""Update the inventory for the new shipment. Task""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the audit for the current quarter. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Complete the audit for the current quarter. Subworkflow."", ""block"": ""Complete the audit for the current quarter. Subworkflow""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Troubleshoot the service issue. Task."", ""block"": ""Troubleshoot the service issue. Task""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Schedule the follow-up appointment. Task."", ""block"": ""Schedule the follow-up appointment. Task""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Send promotional messages to customers. Task."", ""block"": ""Send promotional messages to customers. Task""}"
Process the order for the new product.,"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Handle the return of the product. Task""}]}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Handle the return of the product. Task""}]}"
Complete the audit for the current quarter.,"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the loan application for review. Task."", ""block"": ""Process the loan application for review. Task""}"
Process the purchase order for raw materials.,"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Set up a new service connection for the customer. Subworkflow."", ""block"": ""Set up a new service connection for the customer. Subworkflow""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Submit the medical records to the doctor. Task."", ""block"": ""Submit the medical records to the doctor. Task""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Handle the return of the product. Subworkflow."", ""block"": ""Handle the return of the product. Subworkflow""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the customer's bill payment. Task."", ""block"": ""Process the customer's bill payment. Task""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the customer's bill payment. Task."", ""block"": ""Process the customer's bill payment. Task""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Review the diagnostic report. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Process the insurance claim. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Process the insurance claim. Task""}]}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Send promotional messages to customers. Subworkflow."", ""block"": ""Send promotional messages to customers. Subworkflow""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Process the loan application for review.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the audit for the current quarter. Subworkflow"", ""dependencies"": [""Send payment reminders to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the monthly financial report.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the monthly financial report. Task."", ""block"": ""Generate the monthly financial report. Task""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Troubleshoot the service issue. Task."", ""block"": ""Troubleshoot the service issue. Task""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Process the customer's bill payment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Send promotional messages to customers. Subworkflow."", ""block"": ""Send promotional messages to customers. Subworkflow""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the audit for the current quarter. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Complete the audit for the current quarter. Subworkflow."", ""block"": ""Complete the audit for the current quarter. Subworkflow""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Update the stock levels in the system. Task."", ""block"": ""Update the stock levels in the system. Task""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Collect patient data for the upcoming surgery. Subworkflow."", ""block"": ""Collect patient data for the upcoming surgery. Subworkflow""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Ship the finished products. Task""}]}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Process the order for the new product. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Process the order for the new product. Task""}]}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Process the insurance claim.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the insurance claim. Subworkflow."", ""block"": ""Process the insurance claim. Subworkflow""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the order for the new product.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the insurance claim. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the insurance claim. Task."", ""block"": ""Process the insurance claim. Task""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Approve the new credit card application. Subworkflow."", ""block"": ""Approve the new credit card application. Subworkflow""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Generate the monthly financial report.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Upgrade the customer\u2019s data plan. Subworkflow."", ""block"": ""Upgrade the customer\u2019s data plan. Subworkflow""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Approve the new credit card application. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Approve the new credit card application. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Send payment reminders to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the monthly financial report. Subworkflow."", ""block"": ""Generate the monthly financial report. Subworkflow""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Process the order for the new product. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Process the order for the new product. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Process the order for the new product. Task""}]}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the audit for the current quarter. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Send payment reminders to customers.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Complete the audit for the current quarter. Subworkflow."", ""block"": ""Complete the audit for the current quarter. Subworkflow""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Review the diagnostic report. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Submit the medical records to the doctor. Subworkflow."", ""block"": ""Submit the medical records to the doctor. Subworkflow""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the monthly financial report.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Generate the sales report for the month.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Process the order for the new product. Task""}]}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the order for the new product. Task."", ""block"": ""Process the order for the new product. Task""}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Send payment reminders to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Approve the new credit card application.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Troubleshoot the service issue.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the customer's bill payment. Task."", ""block"": ""Process the customer's bill payment. Task""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the customer's bill payment. Subworkflow."", ""block"": ""Process the customer's bill payment. Subworkflow""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Process the loan application for review. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the monthly financial report. Subworkflow."", ""block"": ""Generate the monthly financial report. Subworkflow""}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Review the diagnostic report.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Process the order for the new product. Task""}]}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Update the stock levels in the system.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Handle the return of the product. Task."", ""block"": ""Handle the return of the product. Task""}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Review the diagnostic report. Subworkflow."", ""block"": ""Review the diagnostic report. Subworkflow""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the final quality check. Task."", ""block"": ""Complete the final quality check. Task""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Upgrade the customer\u2019s data plan. Task."", ""block"": ""Upgrade the customer\u2019s data plan. Task""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Review the diagnostic report.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Review the diagnostic report. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the final quality check. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Complete the final quality check. Subworkflow."", ""block"": ""Complete the final quality check. Subworkflow""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Process the order for the new product. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Process the order for the new product. Task""}]}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the loan application for review. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Process the loan application for review. Task""}]}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate and save the production schedule. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Ship the finished products. Task."", ""block"": ""Ship the finished products. Task""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate and save the production schedule.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the purchase order for raw materials. Subworkflow."", ""block"": ""Process the purchase order for raw materials. Subworkflow""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Approve the new credit card application.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Troubleshoot the service issue. Task."", ""block"": ""Troubleshoot the service issue. Task""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Ship the finished products. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Review the diagnostic report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Collect patient data for the upcoming surgery. Subworkflow."", ""block"": ""Collect patient data for the upcoming surgery. Subworkflow""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Review the diagnostic report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Review the diagnostic report. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the customer's bill payment. Task."", ""block"": ""Process the customer's bill payment. Task""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Process the order for the new product.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Handle the return of the product. Task""}]}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the monthly financial report. Task."", ""block"": ""Generate the monthly financial report. Task""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Notify the customer about their order.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the order for the new product. Task."", ""block"": ""Process the order for the new product. Task""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the purchase order for raw materials. Subworkflow."", ""block"": ""Process the purchase order for raw materials. Subworkflow""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the loan application for review. Task."", ""block"": ""Process the loan application for review. Task""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Process the order for the new product. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the sales report for the month. Task."", ""block"": ""Generate the sales report for the month. Task""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the final quality check. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Ship the finished products. Subworkflow."", ""block"": ""Ship the finished products. Subworkflow""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Notify the customer about their order. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Process the order for the new product. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Notify the customer about their order. Task."", ""block"": ""Notify the customer about their order. Task""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Generate the sales report for the month.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Send promotional messages to customers.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Process the order for the new product. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the sales report for the month. Subworkflow."", ""block"": ""Generate the sales report for the month. Subworkflow""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate and save the production schedule. Task."", ""block"": ""Generate and save the production schedule. Task""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Approve the new credit card application.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Approve the new credit card application. Task."", ""block"": ""Approve the new credit card application. Task""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Process the order for the new product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the order for the new product.""}}]}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Handle the return of the product. Subworkflow."", ""block"": ""Handle the return of the product. Subworkflow""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Submit the medical records to the doctor. Task."", ""block"": ""Submit the medical records to the doctor. Task""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate and save the production schedule. Task."", ""block"": ""Generate and save the production schedule. Task""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Review the diagnostic report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Complete the final quality check. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the final quality check. Task."", ""block"": ""Complete the final quality check. Task""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the loan application for review. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the loan application for review. Subworkflow."", ""block"": ""Process the loan application for review. Subworkflow""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Notify the customer about their order. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Notify the customer about their order. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Handle the return of the product. Subworkflow."", ""block"": ""Handle the return of the product. Subworkflow""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the insurance claim. Task"", ""instructions"": ""Review the diagnostic report.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the insurance claim. Subworkflow."", ""block"": ""Process the insurance claim. Subworkflow""}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Process the loan application for review.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Send payment reminders to customers. Subworkflow."", ""block"": ""Send payment reminders to customers. Subworkflow""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the purchase order for raw materials. Subworkflow."", ""block"": ""Process the purchase order for raw materials. Subworkflow""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Approve the new credit card application.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the audit for the current quarter. Task."", ""block"": ""Complete the audit for the current quarter. Task""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Troubleshoot the service issue.""}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Process the customer's bill payment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Troubleshoot the service issue. Task."", ""block"": ""Troubleshoot the service issue. Task""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Notify the customer about their order.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Generate the sales report for the month.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the sales report for the month. Task."", ""block"": ""Generate the sales report for the month. Task""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Ship the finished products. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Process the order for the new product.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the sales report for the month. Task."", ""block"": ""Generate the sales report for the month. Task""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Send promotional messages to customers. Task."", ""block"": ""Send promotional messages to customers. Task""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate and save the production schedule.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate and save the production schedule.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the final quality check. Task."", ""block"": ""Complete the final quality check. Task""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Send payment reminders to customers. Task."", ""block"": ""Send payment reminders to customers. Task""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Ship the finished products. Subworkflow."", ""block"": ""Ship the finished products. Subworkflow""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the final quality check. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Ship the finished products. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the purchase order for raw materials. Task."", ""block"": ""Process the purchase order for raw materials. Task""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Set up a new service connection for the customer. Subworkflow."", ""block"": ""Set up a new service connection for the customer. Subworkflow""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Ship the finished products. Task."", ""block"": ""Ship the finished products. Task""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Process the order for the new product. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the sales report for the month. Subworkflow."", ""block"": ""Generate the sales report for the month. Subworkflow""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Troubleshoot the service issue. Task."", ""block"": ""Troubleshoot the service issue. Task""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Set up a new service connection for the customer. Subworkflow."", ""block"": ""Set up a new service connection for the customer. Subworkflow""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the audit for the current quarter. Subworkflow"", ""dependencies"": [""Send payment reminders to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Process the loan application for review.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the order for the new product.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the order for the new product. Subworkflow."", ""block"": ""Process the order for the new product. Subworkflow""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Send promotional messages to customers. Subworkflow."", ""block"": ""Send promotional messages to customers. Subworkflow""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Generate the sales report for the month.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the loan application for review. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Approve the new credit card application.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the loan application for review. Subworkflow."", ""block"": ""Process the loan application for review. Subworkflow""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Update the stock levels in the system.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Troubleshoot the service issue.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Troubleshoot the service issue. Subworkflow."", ""block"": ""Troubleshoot the service issue. Subworkflow""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate and save the production schedule. Task."", ""block"": ""Generate and save the production schedule. Task""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Generate the sales report for the month.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the sales report for the month. Task."", ""block"": ""Generate the sales report for the month. Task""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Complete the final quality check. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the order for the new product.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Process the order for the new product.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the sales report for the month. Subworkflow."", ""block"": ""Generate the sales report for the month. Subworkflow""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the customer's bill payment. Subworkflow."", ""block"": ""Process the customer's bill payment. Subworkflow""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Troubleshoot the service issue. Subworkflow."", ""block"": ""Troubleshoot the service issue. Subworkflow""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Process the loan application for review.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the audit for the current quarter. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the monthly financial report.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the audit for the current quarter. Task."", ""block"": ""Complete the audit for the current quarter. Task""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Notify the customer about their order. Task""}]}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Generate the sales report for the month.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Notify the customer about their order. Task""}]}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Process the insurance claim. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Process the insurance claim.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the order for the new product. Task."", ""block"": ""Process the order for the new product. Task""}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Troubleshoot the service issue.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Troubleshoot the service issue. Subworkflow."", ""block"": ""Troubleshoot the service issue. Subworkflow""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Complete the final quality check. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Ship the finished products. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the final quality check. Task."", ""block"": ""Complete the final quality check. Task""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate and save the production schedule. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the final quality check. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate and save the production schedule. Subworkflow."", ""block"": ""Generate and save the production schedule. Subworkflow""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Send payment reminders to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Approve the new credit card application.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Approve the new credit card application. Subworkflow."", ""block"": ""Approve the new credit card application. Subworkflow""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the audit for the current quarter. Task."", ""block"": ""Complete the audit for the current quarter. Task""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Notify the customer about their order.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Ship the finished products. Task."", ""block"": ""Ship the finished products. Task""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Review the diagnostic report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Review the diagnostic report. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the insurance claim. Subworkflow."", ""block"": ""Process the insurance claim. Subworkflow""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Notify the customer about their order. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Handle the return of the product. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Send payment reminders to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Approve the new credit card application. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Complete the final quality check. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Ship the finished products. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Complete the final quality check. Task""}]}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Approve the new credit card application. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the loan application for review. Task."", ""block"": ""Process the loan application for review. Task""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate and save the production schedule. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate and save the production schedule. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate and save the production schedule. Subworkflow."", ""block"": ""Generate and save the production schedule. Subworkflow""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Approve the new credit card application.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Generate the sales report for the month.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Notify the customer about their order. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the sales report for the month. Task."", ""block"": ""Generate the sales report for the month. Task""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Approve the new credit card application. Task""}]}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Approve the new credit card application.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Process the customer's bill payment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Send promotional messages to customers. Subworkflow."", ""block"": ""Send promotional messages to customers. Subworkflow""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Notify the customer about their order. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Ship the finished products. Task."", ""block"": ""Ship the finished products. Task""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Notify the customer about their order. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Notify the customer about their order. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Update the stock levels in the system.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Update the stock levels in the system.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Handle the return of the product. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Schedule the follow-up appointment. Subworkflow."", ""block"": ""Schedule the follow-up appointment. Subworkflow""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the customer's bill payment. Subworkflow."", ""block"": ""Process the customer's bill payment. Subworkflow""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Handle the return of the product. Task."", ""block"": ""Handle the return of the product. Task""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the loan application for review. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Review the diagnostic report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Collect patient data for the upcoming surgery. Subworkflow."", ""block"": ""Collect patient data for the upcoming surgery. Subworkflow""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Process the order for the new product. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Handle the return of the product. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Process the order for the new product. Task""}]}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the order for the new product. Subworkflow."", ""block"": ""Process the order for the new product. Subworkflow""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Review the diagnostic report. Task"", ""instructions"": ""Review the diagnostic report.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Review the diagnostic report. Subworkflow."", ""block"": ""Review the diagnostic report. Subworkflow""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Process the loan application for review. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the loan application for review. Task."", ""block"": ""Process the loan application for review. Task""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Complete the final quality check. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Process the order for the new product.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the sales report for the month. Subworkflow."", ""block"": ""Generate the sales report for the month. Subworkflow""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the customer's bill payment. Subworkflow."", ""block"": ""Process the customer's bill payment. Subworkflow""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Troubleshoot the service issue.""}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the customer's bill payment. Task."", ""block"": ""Process the customer's bill payment. Task""}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Handle the return of the product. Subworkflow."", ""block"": ""Handle the return of the product. Subworkflow""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Approve the new credit card application. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the monthly financial report. Task."", ""block"": ""Generate the monthly financial report. Task""}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Review the diagnostic report. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Schedule the follow-up appointment. Subworkflow."", ""block"": ""Schedule the follow-up appointment. Subworkflow""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the final quality check. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate and save the production schedule.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Complete the final quality check. Subworkflow."", ""block"": ""Complete the final quality check. Subworkflow""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Complete the final quality check. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Ship the finished products. Subworkflow."", ""block"": ""Ship the finished products. Subworkflow""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Ship the finished products. Subworkflow."", ""block"": ""Ship the finished products. Subworkflow""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Process the order for the new product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Notify the customer about their order.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the sales report for the month. Subworkflow."", ""block"": ""Generate the sales report for the month. Subworkflow""}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Complete the final quality check.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Ship the finished products. Task""}]}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Review the diagnostic report. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the insurance claim. Task"", ""instructions"": ""Review the diagnostic report.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Schedule the follow-up appointment. Task."", ""block"": ""Schedule the follow-up appointment. Task""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the loan application for review. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Approve the new credit card application. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Approve the new credit card application. Subworkflow."", ""block"": ""Approve the new credit card application. Subworkflow""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the insurance claim. Subworkflow."", ""block"": ""Process the insurance claim. Subworkflow""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Review the diagnostic report.""}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Submit the medical records to the doctor. Task."", ""block"": ""Submit the medical records to the doctor. Task""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Upgrade the customer\u2019s data plan. Subworkflow."", ""block"": ""Upgrade the customer\u2019s data plan. Subworkflow""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Process the insurance claim.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Upgrade the customer\u2019s data plan. Subworkflow."", ""block"": ""Upgrade the customer\u2019s data plan. Subworkflow""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Process the insurance claim. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Process the insurance claim. Task""}]}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Approve the new credit card application. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the monthly financial report. Subworkflow."", ""block"": ""Generate the monthly financial report. Subworkflow""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Collect patient data for the upcoming surgery. Task."", ""block"": ""Collect patient data for the upcoming surgery. Task""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Send payment reminders to customers.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the sales report for the month. Subworkflow."", ""block"": ""Generate the sales report for the month. Subworkflow""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the audit for the current quarter. Task."", ""block"": ""Complete the audit for the current quarter. Task""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Review the diagnostic report. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Submit the medical records to the doctor. Subworkflow."", ""block"": ""Submit the medical records to the doctor. Subworkflow""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Complete the final quality check. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Complete the final quality check. Task""}]}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Review the diagnostic report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the insurance claim. Subworkflow."", ""block"": ""Process the insurance claim. Subworkflow""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate and save the production schedule. Task."", ""block"": ""Generate and save the production schedule. Task""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Review the diagnostic report. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Review the diagnostic report. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Review the diagnostic report. Task."", ""block"": ""Review the diagnostic report. Task""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Send payment reminders to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the monthly financial report.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the monthly financial report. Subworkflow."", ""block"": ""Generate the monthly financial report. Subworkflow""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Send promotional messages to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the customer's bill payment. Task."", ""block"": ""Process the customer's bill payment. Task""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Update the inventory for the new shipment. Subworkflow."", ""block"": ""Update the inventory for the new shipment. Subworkflow""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Process the insurance claim. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Review the diagnostic report.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Process the insurance claim. Task""}]}"
Process the order for the new product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Notify the customer about their order.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Process the order for the new product.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Update the stock levels in the system. Task."", ""block"": ""Update the stock levels in the system. Task""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the order for the new product. Task."", ""block"": ""Process the order for the new product. Task""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the loan application for review. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the sales report for the month. Task."", ""block"": ""Generate the sales report for the month. Task""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Approve the new credit card application.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Send payment reminders to customers. Task."", ""block"": ""Send payment reminders to customers. Task""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the order for the new product.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Handle the return of the product. Task""}]}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Process the insurance claim. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Process the insurance claim. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Process the insurance claim. Task""}]}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Approve the new credit card application.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Process the loan application for review.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the audit for the current quarter. Task."", ""block"": ""Complete the audit for the current quarter. Task""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the loan application for review. Task."", ""block"": ""Process the loan application for review. Task""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the insurance claim. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Notify the customer about their order. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Handle the return of the product. Task""}]}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Notify the customer about their order.""}}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Generate the sales report for the month. Subworkflow."", ""block"": ""Generate the sales report for the month. Subworkflow""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Send promotional messages to customers. Subworkflow."", ""block"": ""Send promotional messages to customers. Subworkflow""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Review the diagnostic report. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Review the diagnostic report. Task""}]}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Process the insurance claim.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the stock levels in the system. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Complete the final quality check. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Process the insurance claim. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Troubleshoot the service issue. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Notify the customer about their order. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Process the order for the new product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the final quality check. Task""}, {""name"": ""Generate and save the production schedule. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the final quality check. Task."", ""block"": ""Complete the final quality check. Task""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Review the diagnostic report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Submit the medical records to the doctor. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Process the insurance claim. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Collect patient data for the upcoming surgery. Subworkflow."", ""block"": ""Collect patient data for the upcoming surgery. Subworkflow""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Complete the final quality check.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the purchase order for raw materials. Task."", ""block"": ""Process the purchase order for raw materials. Task""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the final quality check. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the purchase order for raw materials. Task""}, {""name"": ""Ship the finished products. Task""}]}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate and save the production schedule. Task""}, {""name"": ""Complete the final quality check. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the final quality check. Task."", ""block"": ""Complete the final quality check. Task""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the customer's bill payment. Task."", ""block"": ""Process the customer's bill payment. Task""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Send promotional messages to customers. Task."", ""block"": ""Send promotional messages to customers. Task""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Submit the medical records to the doctor. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Send promotional messages to customers. Task."", ""block"": ""Send promotional messages to customers. Task""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Set up a new service connection for the customer. Task""}]}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""END""}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the order for the new product. Subworkflow."", ""block"": ""Process the order for the new product. Subworkflow""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate and save the production schedule. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate and save the production schedule. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Notify the customer about their order. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Notify the customer about their order. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Generate the sales report for the month.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Notify the customer about their order. Task""}]}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Schedule the follow-up appointment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Schedule the follow-up appointment. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Schedule the follow-up appointment. Task."", ""block"": ""Schedule the follow-up appointment. Task""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the final quality check. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Complete the final quality check. Subworkflow."", ""block"": ""Complete the final quality check. Subworkflow""}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Process the customer's bill payment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Ship the finished products.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Process the purchase order for raw materials. Task""}]}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Process the order for the new product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Notify the customer about their order. Subworkflow."", ""block"": ""Notify the customer about their order. Subworkflow""}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Notify the customer about their order. Task"", ""instructions"": ""Generate the sales report for the month.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Notify the customer about their order. Task."", ""block"": ""Notify the customer about their order. Task""}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Schedule the follow-up appointment. Subworkflow."", ""block"": ""Schedule the follow-up appointment. Subworkflow""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Generate and save the production schedule.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the purchase order for raw materials. Subworkflow."", ""block"": ""Process the purchase order for raw materials. Subworkflow""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the loan application for review. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Approve the new credit card application.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the loan application for review. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the monthly financial report.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the loan application for review. Subworkflow."", ""block"": ""Process the loan application for review. Subworkflow""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Upgrade the customer\u2019s data plan. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the customer's bill payment. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Set up a new service connection for the customer. Subworkflow."", ""block"": ""Set up a new service connection for the customer. Subworkflow""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Send promotional messages to customers. Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Set up a new service connection for the customer. Subworkflow."", ""block"": ""Set up a new service connection for the customer. Subworkflow""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Update the inventory for the new shipment. Task."", ""block"": ""Update the inventory for the new shipment. Task""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the final quality check. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Process the purchase order for raw materials. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the purchase order for raw materials. Task."", ""block"": ""Process the purchase order for raw materials. Task""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Set up a new service connection for the customer. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Troubleshoot the service issue. Subworkflow"", ""dependencies"": [""Send promotional messages to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Set up a new service connection for the customer. Subworkflow."", ""block"": ""Set up a new service connection for the customer. Subworkflow""}"
Update the inventory for the new shipment. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Process the purchase order for raw materials.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Ship the finished products. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Notify the customer about their order. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the order for the new product.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the order for the new product. Subworkflow."", ""block"": ""Process the order for the new product. Subworkflow""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Notify the customer about their order. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the order for the new product.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Notify the customer about their order. Task""}]}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Send payment reminders to customers.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Complete the final quality check. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the inventory for the new shipment. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Complete the final quality check. Subworkflow."", ""block"": ""Complete the final quality check. Subworkflow""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Schedule the follow-up appointment. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Process the insurance claim. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Schedule the follow-up appointment. Subworkflow."", ""block"": ""Schedule the follow-up appointment. Subworkflow""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Notify the customer about their order. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Approve the new credit card application. Task."", ""block"": ""Approve the new credit card application. Task""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Complete the audit for the current quarter. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the monthly financial report.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Approve the new credit card application. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Generate and save the production schedule. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the purchase order for raw materials. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the final quality check.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Ship the finished products. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Process the purchase order for raw materials. Subworkflow."", ""block"": ""Process the purchase order for raw materials. Subworkflow""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the insurance claim.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Collect patient data for the upcoming surgery. Subworkflow."", ""block"": ""Collect patient data for the upcoming surgery. Subworkflow""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Approve the new credit card application. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Process the insurance claim. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Process the insurance claim. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Process the insurance claim. Task""}]}"
Generate the monthly financial report. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Approve the new credit card application. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Approve the new credit card application. Task""}]}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the loan application for review. Task""}, {""name"": ""Process the loan application for review. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the monthly financial report.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Generate the monthly financial report. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Approve the new credit card application. Task."", ""block"": ""Approve the new credit card application. Task""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Review the diagnostic report. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Collect patient data for the upcoming surgery. Task""}, {""name"": ""Collect patient data for the upcoming surgery. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Review the diagnostic report. Subworkflow."", ""block"": ""Review the diagnostic report. Subworkflow""}"
Process the insurance claim. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Upgrade the customer\u2019s data plan. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Send payment reminders to customers.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the loan application for review. Task."", ""block"": ""Process the loan application for review. Task""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Send payment reminders to customers. Task."", ""block"": ""Send payment reminders to customers. Task""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the sales report for the month. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Complete the audit for the current quarter. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Process the loan application for review.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the customer's bill payment.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Set up a new service connection for the customer. Subworkflow."", ""block"": ""Set up a new service connection for the customer. Subworkflow""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Process the loan application for review.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the audit for the current quarter. Task."", ""block"": ""Complete the audit for the current quarter. Task""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the stock levels in the system.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Complete the final quality check.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Complete the final quality check.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Ship the finished products. Task."", ""block"": ""Ship the finished products. Task""}"
Ship the finished products. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate and save the production schedule. Subworkflow"", ""dependencies"": [""Ship the finished products. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the purchase order for raw materials. Task"", ""instructions"": ""Ship the finished products.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Ship the finished products. Task""}]}"
Troubleshoot the service issue. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Upgrade the customer\u2019s data plan.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Troubleshoot the service issue.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Process the customer's bill payment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Set up a new service connection for the customer. Task."", ""block"": ""Set up a new service connection for the customer. Task""}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Ship the finished products. Subworkflow"", ""dependencies"": [""Update the inventory for the new shipment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Update the inventory for the new shipment.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Update the inventory for the new shipment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Ship the finished products. Task""}]}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Troubleshoot the service issue. Task."", ""block"": ""Troubleshoot the service issue. Task""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Notify the customer about their order. Task"", ""instructions"": ""Process the order for the new product.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Upgrade the customer’s data plan. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Send promotional messages to customers.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Set up a new service connection for the customer. Task"", ""instructions"": ""Process the customer's bill payment.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Process the loan application for review. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send payment reminders to customers.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Send payment reminders to customers. Task"", ""instructions"": ""Approve the new credit card application.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Process the loan application for review. Task."", ""block"": ""Process the loan application for review. Task""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Approve the new credit card application. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Send payment reminders to customers. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Complete the audit for the current quarter.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send payment reminders to customers. Task""}, {""name"": ""Process the loan application for review. Task""}]}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the monthly financial report.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Approve the new credit card application. Subworkflow."", ""block"": ""Approve the new credit card application. Subworkflow""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Handle the return of the product. Task""}]}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Process the insurance claim.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the insurance claim. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Subworkflow"", ""dependencies"": [""Collect patient data for the upcoming surgery. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Submit the medical records to the doctor. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Collect patient data for the upcoming surgery. Task."", ""block"": ""Collect patient data for the upcoming surgery. Task""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Schedule the follow-up appointment.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Submit the medical records to the doctor. Subworkflow."", ""block"": ""Submit the medical records to the doctor. Subworkflow""}"
Set up a new service connection for the customer. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Upgrade the customer\u2019s data plan. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send promotional messages to customers. Subworkflow"", ""dependencies"": [""Process the customer's bill payment. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Troubleshoot the service issue.""}}]}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Troubleshoot the service issue. Task""}]}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Handle the return of the product. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Notify the customer about their order. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Notify the customer about their order.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Notify the customer about their order. Task."", ""block"": ""Notify the customer about their order. Task""}"
Process the loan application for review. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate the monthly financial report. Subworkflow"", ""dependencies"": [""Process the loan application for review. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Process the loan application for review. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Update the stock levels in the system. Task"", ""instructions"": ""Process the order for the new product.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Generate the sales report for the month.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Handle the return of the product. Task""}]}"
Update the stock levels in the system. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the sales report for the month. Task""}, {""name"": ""Handle the return of the product. Task""}]}, {""type"": ""END""}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Handle the return of the product. Task""}, {""name"": ""Generate the sales report for the month. Task""}]}"
Complete the final quality check. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Ship the finished products. Task""}, {""name"": ""Complete the final quality check. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Update the inventory for the new shipment. Task"", ""instructions"": ""Ship the finished products.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Complete the final quality check.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Complete the audit for the current quarter. Task""}, {""name"": ""Send payment reminders to customers. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Handle the return of the product. Subworkflow"", ""dependencies"": [""Generate the sales report for the month. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the order for the new product. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the sales report for the month.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Notify the customer about their order.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Approve the new credit card application. Subworkflow"", ""dependencies"": [""Generate the monthly financial report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Process the loan application for review.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Process the loan application for review.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Approve the new credit card application. Subworkflow."", ""block"": ""Approve the new credit card application. Subworkflow""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Send payment reminders to customers. Subworkflow"", ""dependencies"": [""Approve the new credit card application. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Generate the monthly financial report.""}}]}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Send payment reminders to customers.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Send payment reminders to customers. Subworkflow."", ""block"": ""Send payment reminders to customers. Subworkflow""}"
Process the purchase order for raw materials. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Generate and save the production schedule. Task"", ""instructions"": ""Generate and save the production schedule.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Generate and save the production schedule. Subworkflow"", ""dependencies"": [""Complete the final quality check. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Ship the finished products.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Approve the new credit card application. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Submit the medical records to the doctor. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Submit the medical records to the doctor. Subworkflow"", ""dependencies"": [""Process the insurance claim. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the insurance claim. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""SUBWORKFLOW"", ""message"": ""Proceed with subworkflow: Submit the medical records to the doctor. Subworkflow."", ""block"": ""Submit the medical records to the doctor. Subworkflow""}"
Schedule the follow-up appointment. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Review the diagnostic report. Task""}, {""name"": ""Review the diagnostic report. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Collect patient data for the upcoming surgery. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}, {""type"": ""TASK"", ""block"": {""name"": ""Submit the medical records to the doctor. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Collect patient data for the upcoming surgery.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the insurance claim. Task""}, {""name"": ""Schedule the follow-up appointment. Task""}]}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Notify the customer about their order. Subworkflow"", ""dependencies"": [""Handle the return of the product. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Update the stock levels in the system. Subworkflow"", ""dependencies"": [""Update the stock levels in the system. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Handle the return of the product.""}}]}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Process the order for the new product. Task""}, {""name"": ""Update the stock levels in the system. Task""}]}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Set up a new service connection for the customer. Subworkflow"", ""dependencies"": [""Troubleshoot the service issue. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Send promotional messages to customers.""}}]}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Process the customer's bill payment. Task"", ""instructions"": ""Set up a new service connection for the customer.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Send payment reminders to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""END""}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Generate the monthly financial report. Task""}, {""name"": ""Process the loan application for review. Task""}]}, {""type"": ""END""}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""END"", ""message"": ""The workflow is completed."", ""block"": ""END""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Schedule the follow-up appointment. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""END""}, {""type"": ""TASK"", ""block"": {""name"": ""Collect patient data for the upcoming surgery. Task"", ""instructions"": ""Submit the medical records to the doctor.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Schedule the follow-up appointment. Task."", ""block"": ""Schedule the follow-up appointment. Task""}"
Send promotional messages to customers. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Troubleshoot the service issue. Task"", ""instructions"": ""Troubleshoot the service issue.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Process the customer's bill payment. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""UNDECIDED"", ""message"": ""Unable to proceed due to missing information."", ""block"": ""UNDECIDED""}"
Generate the sales report for the month. (modified),"{""status"": ""ACTIVE"", ""name"": ""retail_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Generate the sales report for the month. Task"", ""instructions"": ""Handle the return of the product.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Process the order for the new product. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Update the stock levels in the system.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Handle the return of the product. Task"", ""instructions"": ""Update the stock levels in the system.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Generate the sales report for the month. Task."", ""block"": ""Generate the sales report for the month. Task""}"
Review the diagnostic report. (modified),"{""status"": ""ACTIVE"", ""name"": ""healthcare_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Review the diagnostic report. Task"", ""instructions"": ""Schedule the follow-up appointment.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Review the diagnostic report. Task"", ""instructions"": ""Process the insurance claim.""}}, {""type"": ""END""}, {""type"": ""SUBWORKFLOW"", ""block"": {""name"": ""Process the insurance claim. Subworkflow"", ""dependencies"": [""Review the diagnostic report. Task""], ""blocks"": [{""type"": ""TASK"", ""block"": {""name"": ""Subworkflow Task"", ""instructions"": ""Review the diagnostic report.""}}]}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Review the diagnostic report. Task."", ""block"": ""Review the diagnostic report. Task""}"
Complete the audit for the current quarter. (modified),"{""status"": ""ACTIVE"", ""name"": ""finance_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Complete the audit for the current quarter. Task"", ""instructions"": ""Send payment reminders to customers.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Generate the monthly financial report. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Complete the audit for the current quarter.""}}, {""type"": ""TASK"", ""block"": {""name"": ""Approve the new credit card application. Task"", ""instructions"": ""Generate the monthly financial report.""}}, {""type"": ""END""}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Complete the audit for the current quarter. Task."", ""block"": ""Complete the audit for the current quarter. Task""}"
Process the customer's bill payment. (modified),"{""status"": ""ACTIVE"", ""name"": ""telecom_workflow"", ""config"": [{""type"": ""BRANCH"", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Set up a new service connection for the customer. Task""}, {""name"": ""Process the customer's bill payment. Task""}]}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""BRANCH"", ""message"": ""Proceed with parallel branch workflows."", ""block"": [{""name"": ""Send promotional messages to customers. Task""}, {""name"": ""Upgrade the customer\u2019s data plan. Task""}]}"
Generate and save the production schedule. (modified),"{""status"": ""ACTIVE"", ""name"": ""manufacturing_workflow"", ""config"": [{""type"": ""TASK"", ""block"": {""name"": ""Ship the finished products. Task"", ""instructions"": ""Update the inventory for the new shipment.""}}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}, {""type"": ""BRANCH"", ""block"": [{""name"": ""Update the inventory for the new shipment. Task""}, {""name"": ""Complete the final quality check. Task""}]}, {""type"": ""UNDECIDED"", ""block"": {""message"": ""Unable to proceed due to missing information.""}}]}","{""completed_tasks"": [], ""in_progress_tasks"": []}","{""type"": ""TASK"", ""message"": ""Proceed with task: Ship the finished products. Task."", ""block"": ""Ship the finished products. Task""}"