{"employee_details": {"emp_name": "John Doe","emp_id": "357","department": "Engineering","role": "Software Engineer"},"onboarding": {"phase": "Employee Onboarding","start_date": "2023-08-01","manager": "Jane Smith","location": "NewYork"}}
{"onboard_employee": {"type": "function","next": "End","start": true,"function_id": "function_emp_onboard_1","parameters": {"name": "$.employee_details.emp_name","ID": "$.employee_details.emp_id","department": "$.employee_details.department"},"input_path": "$.employee_details","result_selector": {"task_status": "$.SdkResponseMetadata.HttpStatusCode"},"result_path": "$.onboarding_result","on_error": [{"error_type": "timeout_error","fallback": {"next": "End","error_path": "$.error","error_selector": {"error_code": "EXC_TME_EXC","error_message": "Execution Time Limit Exceeded"}}}],"output_path": "$.employee_details"}}
The below images illustrate how the I/O processing fields are configured for the above example in both Builder View and Code View.
Builder View
Code View
{"role": "Software Engineer","emp_name": "John Doe","department": "Engineering","emp_id": "357"}
{"error_code": "EXC_TME_EXC","error_message": "Execution Time Limit Exceeded"}
You are currently viewing the help articles of Qntrl 3.0. If you are still using our older version and require guidance with it, Click here.