source/controlplaneapi/runtime/chalicelib/__init__.py [378:414]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "MultiChunkHelper": multi_chunk_helper_task,
                "CheckMultiChunkStatus": {
                    "Type": "Choice",
                    "Choices": [
                        {
                            "Variable": "$.MultiChunk.IsCompleted",
                            "BooleanEquals": False,
                            "Next": "Wait"
                        }
                    ],
                    "Default": classifier_plugin_name
                },
                "Wait": {
                    "Type": "Wait",
                    "SecondsPath": "$.MultiChunk.WaitSeconds",
                    "Next": "MultiChunkHelper"
                },
                classifier_plugin_name: classifier_plugin_definition,
                "PluginOutputHandler": plugin_output_handler_task,
                "GenerateOriginalClips": {
                    "Type": "Task",
                    "Resource": "arn:aws:states:::states:startExecution",
                    "Parameters": {
                        "StateMachineArn": CLIP_GENERATION_STATE_MACHINE_ARN,
                        "Input": {
                            "GenerateOriginal": True,
                            "Event.$": "$.Event",
                            "Input.$": "$.Input",
                            "Segments.$": "$.Output.Results",
                            "Profile": shortened_profile
                        }
                    },
                    "ResultPath": None,
                    "End": True
                }
            }
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/controlplaneapi/runtime/chalicelib/__init__.py [420:456]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "MultiChunkHelper": multi_chunk_helper_task,
                "CheckMultiChunkStatus": {
                    "Type": "Choice",
                    "Choices": [
                        {
                            "Variable": "$.MultiChunk.IsCompleted",
                            "BooleanEquals": False,
                            "Next": "Wait"
                        }
                    ],
                    "Default": classifier_plugin_name
                },
                "Wait": {
                    "Type": "Wait",
                    "SecondsPath": "$.MultiChunk.WaitSeconds",
                    "Next": "MultiChunkHelper"
                },
                classifier_plugin_name: classifier_plugin_definition,
                "PluginOutputHandler": plugin_output_handler_task,
                "GenerateOriginalClips": {
                    "Type": "Task",
                    "Resource": "arn:aws:states:::states:startExecution",
                    "Parameters": {
                        "StateMachineArn": CLIP_GENERATION_STATE_MACHINE_ARN,
                        "Input": {
                            "GenerateOriginal": True,
                            "Event.$": "$.Event",
                            "Input.$": "$.Input",
                            "Segments.$": "$.Output.Results",
                            "Profile": shortened_profile
                        }
                    },
                    "ResultPath": None,
                    "End": True
                }
            }
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



