Latest Human Instruction stringclasses 50
values | Workflow Configuration stringlengths 93 1.35k | Current Workflow Progress stringclasses 1
value | Expected Output stringlengths 72 219 |
|---|---|---|---|
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. Tas... | {"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 re... | {"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 t... | {"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", "instructio... | {"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... | {"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":... | {"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 t... | {"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\u... | {"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 se... | {"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"... | {"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"}]},... | {"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 t... | {"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"}, ... | {"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", "inst... | {"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 servic... | {"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 orde... | {"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 f... | {"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 p... | {"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 o... | {"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 custom... | {"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... | {"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 servi... | {"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"}, {... | {"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", "dependenc... | {"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": "Gen... | {"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... | {"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": "Sc... | {"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": "Pro... | {"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 re... | {"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 connectio... | {"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": "Unabl... | {"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 th... | {"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 i... | {"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 product... | {"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": "Sh... | {"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 rem... | {"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... | {"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"}... | {"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", "dependenc... | {"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 ab... | {"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", "bl... | {"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."}}]... | {"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 or... | {"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 stoc... | {"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... | {"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... | {"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 finishe... | {"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."}}, ... | {"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": "Pr... | {"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", "instru... | {"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 o... | {"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"}, ... | {"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 cus... | {"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": "... | {"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... | {"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 lev... | {"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": [... | {"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 di... | {"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 ... | {"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 th... | {"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."}},... | {"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"... | {"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": "SUB... | {"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": ["Ge... | {"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 prom... | {"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 ab... | {"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": ... | {"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 dat... | {"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 ... | {"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",... | {"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": "TAS... | {"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 appl... | {"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", "dependenci... | {"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 stoc... | {"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\u201... | {"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 medic... | {"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", "blo... | {"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... | {"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 level... | {"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": ["Comp... | {"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... | {"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... | {"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"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.