diff --git a/hr_automation_solution.recipe.json b/hr_automation_solution.recipe.json new file mode 100644 index 0000000..1385c7a --- /dev/null +++ b/hr_automation_solution.recipe.json @@ -0,0 +1,245 @@ +{ + "name": "HR Automation Solution", + "description": "", + "version": 2, + "private": true, + "concurrency": 1, + "code": { + "number": 0, + "provider": "clock", + "name": "scheduled_event", + "as": "d6e15853", + "keyword": "trigger", + "input": { + "time_unit": "minutes", + "trigger_every": "5" + + }, + "extended_input_schema": [ + { + "control_type": "integer", + "default": "5", + "enforce_template_mode": true, + "extends_schema": true, + "hint": "Define repeating schedule. Enter whole numbers only.\n This field can be set to a minimum of 5 minutes.", + "label": "Trigger every", + "name": "trigger_every", + "optional": false, + "suffix": { + "text": "minutes" + }, + "type": "string" + }, + { + "control_type": "select", + "hint": "Select the timezone to use. Leave it blank to use {{authUser.account_timezone}}", + "label": "Timezone", + "name": "timezone", + "optional": true, + "pick_list": "timezone_id_global_pick_list", + "pick_list_connection_less": true, + "type": "string" + }, + { + "control_type": "date_time", + "enforce_template_mode": true, + "extends_schema": true, + "hint": "Set date and time to start or leave blank to start immediately. Once recipe has been run or tested, value cannot be changed.", + "label": "Start after", + "name": "start_after", + "optional": true, + "parse_output": "date_time_conversion", + "since_field": true, + "type": "date_time", + "ignore_timezone": true, + "render_input": "date_time_conversion" + } + ], + "block": [ + { + "number": 1, + "provider": "logger", + "name": "log_message", + "as": "fa7a9a65", + "keyword": "action", + "input": { + "user_logs_enabled": "false", + "message": "Test" + }, + "extended_input_schema": [ + { + "control_type": "switch", + "default": false, + "disable_formula": true, + "extends_schema": true, + "hint": " Send a copy of the message to Workato logs.\n \n Learn more\n \n", + "label": "Send to Workato log service", + "name": "user_logs_enabled", + "optional": true, + "type": "string" + } + ], + "uuid": "3b420ece-1380-4987-a9eb-4ba4a482eb3e" + }, + { + "number": 2, + "provider": "google_sheets", + "name": "add_spreadsheet_row_v4", + "as": "5b78674e", + "keyword": "action", + "dynamicPickListSelection": { + "spreadsheet": "CCL" + }, + "toggleCfg": { + "is_top_left": true + }, + "input": { + "team_drives": "my_drive", + "is_top_left": "false", + "spreadsheet": "116sMY6WJb5gxOXiFJBpe3ldA0d9emcuojO7PrlDSBOo", + "sheet": "Sheet1", + "data": { + "col_1": "Test" + } + }, + "extended_input_schema": [ + { + "control_type": "select", + "extends_schema": true, + "hint": "Select a sheet to add row to. The sheet must have at least one header row. Learn more", + "label": "Sheet", + "name": "sheet", + "optional": false, + "pick_list": [ + [ + "Sheet1", + "Sheet1" + ] + ], + "toggle_field": { + "control_type": "text", + "label": "Sheet name", + "toggle_hint": "Use sheet name", + "extends_schema": true, + "change_on_blur": true, + "toggle_to_secondary_hint": "Use sheet name", + "toggle_to_primary_hint": "Select a sheet", + "hint": "Use Sheet name pill from the output of other Google Sheets’ triggers/actions. Or enter sheet name manually. The sheet must have at least 1 header row in input field.", + "type": "string", + "name": "sheet_name" + }, + "toggle_hint": "Select a sheet", + "type": "string" + }, + { + "hint": "Input values of the new row.", + "label": "Columns", + "name": "data", + "properties": [ + { + "control_type": "text", + "label": "First Name", + "sticky": true, + "optional": true, + "type": "string", + "name": "col_1" + }, + { + "control_type": "text", + "label": "Last Name", + "sticky": true, + "optional": true, + "type": "string", + "name": "col_2" + }, + { + "control_type": "text", + "label": "Email Address", + "sticky": true, + "optional": true, + "type": "string", + "name": "col_3" + }, + { + "control_type": "text", + "label": "Industry", + "sticky": true, + "optional": true, + "type": "string", + "name": "col_4" + }, + { + "control_type": "text", + "label": "Status", + "sticky": true, + "optional": true, + "type": "string", + "name": "col_5" + }, + { + "control_type": "text", + "label": "Street", + "sticky": true, + "optional": true, + "type": "string", + "name": "col_6" + }, + { + "control_type": "text", + "label": "Phone", + "sticky": true, + "optional": true, + "type": "string", + "name": "col_7" + }, + { + "control_type": "text", + "label": "Birthdate", + "sticky": true, + "optional": true, + "type": "string", + "name": "col_8" + }, + { + "control_type": "text", + "label": "Postal Code", + "sticky": true, + "optional": true, + "type": "string", + "name": "col_9" + } + ], + "type": "object" + } + ], + "uuid": "5af50288-2332-4990-95e1-3fde48496bad" + } + ], + "uuid": "ba21de11-1cce-42cd-a949-7b693bbfb4a6", + "unfinished": false + }, + "config": [ + { + "keyword": "application", + "provider": "clock", + "skip_validation": false, + "account_id": null + }, + { + "keyword": "application", + "provider": "logger", + "skip_validation": false, + "account_id": null + }, + { + "keyword": "application", + "provider": "google_sheets", + "skip_validation": false, + "account_id": { + "zip_name": "Financial Solutions/my_google_sheets_account.connection.json", + "name": "My Google Sheets account", + "folder": "Financial Solutions" + } + } + ] +} diff --git a/new_request_in_new_workflow_app_will_assign_a_task_to_users_and_wait_until_completed.recipe.json b/new_request_in_new_workflow_app_will_assign_a_task_to_users_and_wait_until_completed.recipe.json new file mode 100644 index 0000000..645bdcf --- /dev/null +++ b/new_request_in_new_workflow_app_will_assign_a_task_to_users_and_wait_until_completed.recipe.json @@ -0,0 +1,388 @@ +{ + "name": "New request in New workflow app will assign a task to users and wait until completed", + "version": 2, + "private": true, + "concurrency": 1, + "code": { + "as": "new_requests_realtime", + "provider": "workato_workflow_task", + "keyword": "trigger", + "name": "new_requests_realtime", + "input": { + "app_id": { + "zip_name": "new_workflow_app.lcap_app.json", + "name": "New workflow app", + "folder": "" + } + }, + "block": [ + { + "as": "human_review_on_existing_record", + "provider": "workato_workflow_task", + "keyword": "action", + "name": "human_review_on_existing_record", + "input": { + "app_id": { + "zip_name": "new_workflow_app.lcap_app.json", + "name": "New workflow app", + "folder": "" + }, + "record_id": "#{_('data.workato_workflow_task.new_requests_realtime.request.11fbe9a6_a16d_4d7e_86ea_afe42ec03005')}", + "name": "Review #{_('data.workato_workflow_task.new_requests_realtime.request.2b44b054_369d_4745_bd7a_599629ed365e')}", + "email": "anthony.santhanaraj@workato.com", + "workflow_stage_id": { + "name": "In progress" + }, + "due_in_days": 1 + }, + "uuid": "3ff0b5b1-f52a-4dbc-96d0-d1291dc13edb", + "number": 1, + "extended_output_schema": [ + { + "properties": [ + { + "control_type": "text", + "label": "Record ID", + "type": "string", + "name": "11fbe9a6_a16d_4d7e_86ea_afe42ec03005" + }, + { + "control_type": "text", + "label": "Name", + "type": "string", + "name": "2b44b054_369d_4745_bd7a_599629ed365e" + }, + { + "control_type": "text", + "label": "Description", + "type": "string", + "name": "dfeba6df_9a09_4db0_bbb0_4847c61fa0d7" + }, + { + "control_type": "text", + "label": "Review comments", + "type": "string", + "name": "bd504d17_9235_40c8_a843_75f6c82254cc" + }, + { + "properties": [ + { + "control_type": "text", + "label": "User ID", + "type": "string", + "name": "id" + }, + { + "control_type": "text", + "label": "User name", + "type": "string", + "name": "name" + }, + { + "control_type": "email", + "label": "Email", + "type": "string", + "name": "email" + }, + { + "control_type": "text", + "label": "Status", + "type": "string", + "name": "status" + }, + { + "name": "user_groups", + "type": "array", + "of": "object", + "label": "Groups", + "properties": [ + { + "control_type": "text", + "label": "Group ID", + "type": "string", + "name": "id" + }, + { + "control_type": "text", + "label": "Group name", + "type": "string", + "name": "name" + } + ] + }, + { + "control_type": "checkbox", + "label": "Guest user", + "toggle_hint": "Select from option list", + "toggle_field": { + "label": "Guest user", + "control_type": "text", + "toggle_hint": "Use custom value", + "render_input": null, + "parse_output": null, + "type": "boolean", + "name": "is_guest" + }, + "type": "boolean", + "name": "is_guest" + } + ], + "label": "Created by", + "type": "object", + "name": "created_by" + }, + { + "properties": [ + { + "control_type": "text", + "label": "Stage ID", + "type": "string", + "name": "id" + }, + { + "control_type": "text", + "label": "Stage name", + "type": "string", + "name": "name" + } + ], + "label": "Stage", + "type": "object", + "name": "stage" + }, + { + "control_type": "date_time", + "label": "Created at", + "render_input": "date_time_conversion", + "parse_output": "date_time_conversion", + "type": "date_time", + "name": "a5612739_5401_4ae7_bd07_782c1a6fb2d1" + }, + { + "control_type": "date_time", + "label": "Updated at", + "render_input": "date_time_conversion", + "parse_output": "date_time_conversion", + "type": "date_time", + "name": "61aae604_a95e_4519_9091_bb0bf754a67f" + } + ], + "label": "Record", + "type": "object", + "name": "record" + } + ] + }, + { + "keyword": "if", + "input": { + "type": "compound", + "operand": "and", + "conditions": [ + { + "operand": "is_true", + "lhs": "#{_('data.workato_workflow_task.human_review_on_existing_record.task.is_approved')}", + "rhs": "", + "uuid": "condition-d8e5ae23-8efa-4a2f-89d8-c716f59272c6" + } + ] + }, + "block": [ + { + "provider": "workato_workflow_task", + "keyword": "action", + "name": "change_workflow_stage", + "input": { + "project_id": { + "zip_name": "new_workflow_app.lcap_app.json", + "name": "New workflow app", + "folder": "" + }, + "record_id": "#{_('data.workato_workflow_task.human_review_on_existing_record.record.11fbe9a6_a16d_4d7e_86ea_afe42ec03005')}", + "workflow_stage_id": { + "name": "Done" + } + }, + "uuid": "6be3d0fd-f344-41d1-a1bd-d719ce78aa26", + "as": "2771d8c3", + "number": 3, + "extended_output_schema": null + }, + { + "keyword": "else", + "block": [ + { + "provider": "workato_workflow_task", + "keyword": "action", + "name": "change_workflow_stage", + "input": { + "project_id": { + "zip_name": "new_workflow_app.lcap_app.json", + "name": "New workflow app", + "folder": "" + }, + "record_id": "#{_('data.workato_workflow_task.human_review_on_existing_record.record.11fbe9a6_a16d_4d7e_86ea_afe42ec03005')}", + "workflow_stage_id": { + "name": "Canceled" + } + }, + "uuid": "9a4935d0-613f-450a-bffb-ff16deb71ad6", + "as": "b18af855", + "number": 5, + "extended_output_schema": null + } + ], + "uuid": "d9998768-fef4-473c-bc77-ed2179eef506", + "as": "e488a0d5", + "number": 4, + "extended_output_schema": null + } + ], + "uuid": "c6abb6bb-2296-40ef-bc76-3e9578a47dcb", + "as": "240feb19", + "number": 2, + "extended_output_schema": null + } + ], + "uuid": "314ea7e5-7ca7-4fb8-870e-5dce61f2b7b5", + "number": 0, + "extended_output_schema": [ + { + "properties": [ + { + "control_type": "text", + "label": "Record ID", + "type": "string", + "name": "11fbe9a6_a16d_4d7e_86ea_afe42ec03005" + }, + { + "control_type": "text", + "label": "Name", + "type": "string", + "name": "2b44b054_369d_4745_bd7a_599629ed365e" + }, + { + "control_type": "text", + "label": "Description", + "type": "string", + "name": "dfeba6df_9a09_4db0_bbb0_4847c61fa0d7" + }, + { + "control_type": "text", + "label": "Review comments", + "type": "string", + "name": "bd504d17_9235_40c8_a843_75f6c82254cc" + }, + { + "properties": [ + { + "control_type": "text", + "label": "User ID", + "type": "string", + "name": "id" + }, + { + "control_type": "text", + "label": "User name", + "type": "string", + "name": "name" + }, + { + "control_type": "email", + "label": "Email", + "type": "string", + "name": "email" + }, + { + "control_type": "text", + "label": "Status", + "type": "string", + "name": "status" + }, + { + "name": "user_groups", + "type": "array", + "of": "object", + "label": "Groups", + "properties": [ + { + "control_type": "text", + "label": "Group ID", + "type": "string", + "name": "id" + }, + { + "control_type": "text", + "label": "Group name", + "type": "string", + "name": "name" + } + ] + }, + { + "control_type": "checkbox", + "label": "Guest user", + "toggle_hint": "Select from option list", + "toggle_field": { + "label": "Guest user", + "control_type": "text", + "toggle_hint": "Use custom value", + "render_input": null, + "parse_output": null, + "type": "boolean", + "name": "is_guest" + }, + "type": "boolean", + "name": "is_guest" + } + ], + "label": "Created by", + "type": "object", + "name": "created_by" + }, + { + "properties": [ + { + "control_type": "text", + "label": "Stage ID", + "type": "string", + "name": "id" + }, + { + "control_type": "text", + "label": "Stage name", + "type": "string", + "name": "name" + } + ], + "label": "Stage", + "type": "object", + "name": "stage" + }, + { + "control_type": "date_time", + "label": "Created at", + "render_input": "date_time_conversion", + "parse_output": "date_time_conversion", + "type": "date_time", + "name": "a5612739_5401_4ae7_bd07_782c1a6fb2d1" + }, + { + "control_type": "date_time", + "label": "Updated at", + "render_input": "date_time_conversion", + "parse_output": "date_time_conversion", + "type": "date_time", + "name": "61aae604_a95e_4519_9091_bb0bf754a67f" + } + ], + "label": "Request", + "type": "object", + "name": "request" + } + ] + }, + "config": [ + + ] +} \ No newline at end of file diff --git a/new_workflow_app.lcap_app.json b/new_workflow_app.lcap_app.json new file mode 100644 index 0000000..49574e5 --- /dev/null +++ b/new_workflow_app.lcap_app.json @@ -0,0 +1,46 @@ +{ + "name": "New workflow app", + "creation_page": { + "zip_name": "submit_request_in_new_workflow_app.lcap_page.json", + "name": "Submit request in New workflow app", + "folder": "" + }, + "workato_db_table": { + "zip_name": "new_workflow_app.workato_db_table.json", + "name": "New workflow app", + "folder": "" + }, + "workflow_stages": [ + { + "name": "New", + "color": 0 + }, + { + "name": "In progress", + "color": 1, + "task_page": { + "zip_name": "review_request_in_new_workflow_app.lcap_page.json", + "name": "Review request in New workflow app", + "folder": "" + } + }, + { + "name": "Done", + "color": 2 + }, + { + "name": "Canceled", + "color": 3 + } + ], + "tabs": [ + { + "name": "Workflow requests", + "kind": "new_request", + "visibility": "all" + } + ], + "displayed_columns": [ + + ] +} \ No newline at end of file diff --git a/new_workflow_app.workato_db_table.json b/new_workflow_app.workato_db_table.json new file mode 100644 index 0000000..c5bc8a4 --- /dev/null +++ b/new_workflow_app.workato_db_table.json @@ -0,0 +1,57 @@ +{ + "name": "New workflow app", + "schema": [ + { + "id": "11fbe9a6-a16d-4d7e-86ea-afe42ec03005", + "title": "Record ID", + "type": "short-text", + "read_only": true, + "hidden": true + }, + { + "id": "a5612739-5401-4ae7-bd07-782c1a6fb2d1", + "title": "Created time", + "type": "date-time", + "read_only": true, + "hidden": true + }, + { + "id": "61aae604-a95e-4519-9091-bb0bf754a67f", + "title": "Last modified time", + "type": "date-time", + "read_only": true, + "hidden": true + }, + { + "id": "2b44b054-369d-4745-bd7a-599629ed365e", + "title": "Name", + "type": "short-text", + "read_only": false, + "hidden": false, + "required": true, + "metadata": { + } + }, + { + "id": "dfeba6df-9a09-4db0-bbb0-4847c61fa0d7", + "title": "Description", + "type": "long-text", + "read_only": false, + "hidden": false, + "required": false, + "metadata": { + } + }, + { + "id": "bd504d17-9235-40c8-a843-75f6c82254cc", + "title": "Review comments", + "type": "long-text", + "read_only": false, + "hidden": false, + "required": false, + "metadata": { + } + } + ], + "project_name": "HR Automation" +} \ No newline at end of file diff --git a/review_request_in_new_workflow_app.lcap_page.json b/review_request_in_new_workflow_app.lcap_page.json new file mode 100644 index 0000000..b6fc7f8 --- /dev/null +++ b/review_request_in_new_workflow_app.lcap_page.json @@ -0,0 +1,234 @@ +{ + "name": "Review request in New workflow app", + "path": "review-request-in-new-workflow-app", + "content": { + "background": { + "style": "pattern", + "pattern": "light-6" + }, + "layout": [ + 1, + [ + { + "type": "container", + "id": "ae6ec49f", + "name": "Main container", + "x": 1, + "width": 10, + "visible": true, + "layout": [ + 1, + [ + { + "type": "container", + "id": "86b2c537", + "name": "Image container", + "x": 0, + "width": 12, + "visible": true, + "layout": [ + 1, + [ + { + "type": "image", + "id": "4f3d6e3c", + "name": "Image", + "x": 0, + "width": 12, + "height": 14, + "visible": true, + "image": "illustration-11", + "fitting": "cover", + "horizontalAlignment": "center", + "verticalAlignment": "center" + }, + 0 + ] + ], + "backgroundColor": "#eacef7", + "borderColor": "transparent", + "padding": "none" + }, + 0 + ], + [ + { + "type": "container", + "id": "c2ad9102", + "name": "Form container", + "x": 0, + "width": 12, + "visible": true, + "layout": [ + 1, + [ + { + "type": "text", + "id": "08e7d65d", + "name": "Form title", + "x": 0, + "width": 12, + "visible": true, + "text": "# ✍️ Review request in New workflow app\nUse this form to review a request in New workflow app.", + "alignment": "left", + "color": "#24434f", + "pillsSupportMarkdown": false + }, + 0 + ], + [ + { + "type": "divider", + "id": "aa4d27f2", + "name": "Divider", + "x": 0, + "width": 12, + "visible": true, + "backgroundColor": "#ced5db" + }, + 0 + ], + [ + { + "type": "input", + "id": "1030704d", + "name": "Name", + "x": 0, + "width": 12, + "visible": true, + "dataSource": { + "id": "Name", + "type": "short-text" + }, + "editable": false, + "validations": { + "required": { + "condition": true + } + }, + "label": "Name", + "hint": "", + "placeholder": "", + "style": "short-text" + }, + 0 + ], + [ + { + "type": "input", + "id": "d5dfadf0", + "name": "Description", + "x": 0, + "width": 12, + "visible": true, + "dataSource": { + "id": "Description", + "type": "long-text" + }, + "editable": false, + "validations": { + "required": { + "condition": false + } + }, + "label": "Description", + "hint": "", + "placeholder": "", + "textareaHeight": 96, + "style": "long-text" + }, + 0 + ], + [ + { + "type": "input", + "id": "8c3d806d", + "name": "Review comments", + "x": 0, + "width": 12, + "visible": true, + "dataSource": { + "id": "Review comments", + "type": "long-text" + }, + "editable": true, + "validations": { + "required": { + "condition": false + } + }, + "label": "Review comments", + "hint": "", + "placeholder": "", + "textareaHeight": 96, + "style": "long-text" + }, + 0 + ], + [ + { + "type": "button", + "id": "c8fe3c68", + "name": "Approve button", + "x": 0, + "width": 6, + "visible": true, + "handlers": { + "click": { + "type": "complete-task", + "status": "approved", + "statusLabel": "" + } + }, + "label": "Approve", + "style": "filled", + "enabled": true + }, + 0 + ], + [ + { + "type": "button", + "id": "f3af7eb1", + "name": "Reject button", + "x": 6, + "width": 6, + "visible": true, + "handlers": { + "click": { + "type": "complete-task", + "status": "rejected", + "statusLabel": "" + } + }, + "label": "Reject", + "style": "outline", + "enabled": true + }, + 0 + ] + ], + "backgroundColor": "transparent", + "borderColor": "transparent", + "padding": "none" + }, + 0 + ] + ], + "backgroundColor": "#ffffff", + "borderColor": "#ced5db", + "padding": "large" + }, + 1 + ] + ], + "type": "common", + "variables": [ + + ], + "handlers": { + "pageLoad": null + }, + "maxWidth": "fixed" + } +} \ No newline at end of file diff --git a/review_request_in_new_workflow_app.lcap_page.zip b/review_request_in_new_workflow_app.lcap_page.zip new file mode 100644 index 0000000..3155d8d Binary files /dev/null and b/review_request_in_new_workflow_app.lcap_page.zip differ diff --git a/submit_request_in_new_workflow_app.lcap_page.json b/submit_request_in_new_workflow_app.lcap_page.json new file mode 100644 index 0000000..9244854 --- /dev/null +++ b/submit_request_in_new_workflow_app.lcap_page.json @@ -0,0 +1,185 @@ +{ + "name": "Submit request in New workflow app", + "path": "submit-request-in-new-workflow-app", + "content": { + "background": { + "style": "pattern", + "pattern": "light-2" + }, + "layout": [ + 1, + [ + { + "type": "container", + "id": "e021ca95", + "name": "Main container", + "x": 1, + "width": 10, + "visible": true, + "layout": [ + 1, + [ + { + "type": "container", + "id": "33425f62", + "name": "Image container", + "x": 0, + "width": 5, + "visible": true, + "layout": [ + 1, + [ + { + "type": "image", + "id": "6b20b65d", + "name": "Image", + "x": 0, + "width": 12, + "height": 36, + "visible": true, + "image": "illustration-10", + "fitting": "cover", + "horizontalAlignment": "center", + "verticalAlignment": "center" + }, + 0 + ] + ], + "backgroundColor": "#c8e2f8", + "borderColor": "transparent", + "padding": "none" + }, + 0 + ], + [ + { + "type": "container", + "id": "6918e28e", + "name": "Form container", + "x": 5, + "width": 7, + "visible": true, + "layout": [ + 1, + [ + { + "type": "text", + "id": "0c645be1", + "name": "Form title", + "x": 0, + "width": 12, + "visible": true, + "text": "# 🚀 Submit request in New workflow app\nUse this form to submit a request in New workflow app.", + "alignment": "left", + "color": "#24434f", + "pillsSupportMarkdown": false + }, + 0 + ], + [ + { + "type": "divider", + "id": "8afe7ce8", + "name": "Divider", + "x": 0, + "width": 12, + "visible": true, + "backgroundColor": "#ced5db" + }, + 0 + ], + [ + { + "type": "input", + "id": "04f74798", + "name": "Name", + "x": 0, + "width": 12, + "visible": true, + "dataSource": { + "id": "Name", + "type": "short-text" + }, + "editable": true, + "validations": { + "required": { + "condition": true + } + }, + "label": "Name", + "hint": "", + "placeholder": "", + "style": "short-text" + }, + 0 + ], + [ + { + "type": "input", + "id": "069b096e", + "name": "Description", + "x": 0, + "width": 12, + "visible": true, + "dataSource": { + "id": "Description", + "type": "long-text" + }, + "editable": true, + "validations": { + "required": { + "condition": false + } + }, + "label": "Description", + "hint": "", + "placeholder": "", + "textareaHeight": 96, + "style": "long-text" + }, + 0 + ], + [ + { + "type": "button", + "id": "6e4f73b8", + "name": "Submit button", + "x": 0, + "width": 12, + "visible": true, + "handlers": { + "click": { + "type": "save-data" + } + }, + "label": "Submit", + "style": "filled", + "enabled": true + }, + 0 + ] + ], + "backgroundColor": "transparent", + "borderColor": "transparent", + "padding": "none" + }, + 0 + ] + ], + "backgroundColor": "#ffffff", + "borderColor": "#ced5db", + "padding": "large" + }, + 1 + ] + ], + "type": "common", + "variables": [ + + ], + "handlers": { + "pageLoad": null + }, + "maxWidth": "fixed" + } +} \ No newline at end of file diff --git a/submit_request_in_new_workflow_app.lcap_page.zip b/submit_request_in_new_workflow_app.lcap_page.zip new file mode 100644 index 0000000..5d1d9ce Binary files /dev/null and b/submit_request_in_new_workflow_app.lcap_page.zip differ