)]}'
{"mistral/config.py":[{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"e854f5b9e7827a86a3997cc369af97024580f72b","unresolved":false,"context_lines":[{"line_number":199,"context_line":"               \u0027definitions should be stored in the local cache.\u0027)"},{"line_number":200,"context_line":"    ),"},{"line_number":201,"context_line":"    cfg.StrOpt("},{"line_number":202,"context_line":"        \u0027subworkflow_instantiation\u0027,"},{"line_number":203,"context_line":"        choices\u003d[\u0027local\u0027, \u0027remote\u0027],"},{"line_number":204,"context_line":"        default\u003d\u0027local\u0027,"},{"line_number":205,"context_line":"        help\u003d("}],"source_content_type":"text/x-python","patch_set":1,"id":"3fce034c_b451f964","line":202,"range":{"start_line":202,"start_character":9,"end_line":202,"end_character":34},"updated":"2019-04-17 05:29:59.000000000","message":"I don\u0027t really like the word \"instantiation\" here. It\u0027s very much associated with creating an instance of a class to me. The nature of the property is boolean because we either use RPC or not. So I think it should be boolean. I\u0027d rather call it something like \"start_subworkflows_via_rpc\". Although it\u0027s more verbose, it makes its purpose very clear. By default it must be False.","commit_id":"50c3d30eedd4e1d980c10bcfbc7c8ec5c141d711"},{"author":{"_account_id":8731,"name":"Renat Akhmerov","email":"renat.akhmerov@gmail.com","username":"rakhmerov"},"change_message_id":"e854f5b9e7827a86a3997cc369af97024580f72b","unresolved":false,"context_lines":[{"line_number":203,"context_line":"        choices\u003d[\u0027local\u0027, \u0027remote\u0027],"},{"line_number":204,"context_line":"        default\u003d\u0027local\u0027,"},{"line_number":205,"context_line":"        help\u003d("},{"line_number":206,"context_line":"            \u0027Type of subworkflow instantiation. Use local to instantiate \u0027"},{"line_number":207,"context_line":"            \u0027subworkflow within the same engine instance. Use remote \u0027"},{"line_number":208,"context_line":"            \u0027to instantiate subworkflow via RPC to improve load balancing \u0027"},{"line_number":209,"context_line":"            \u0027in case of several engine instances.\u0027"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fce034c_5449b5cd","line":206,"range":{"start_line":206,"start_character":52,"end_line":206,"end_character":57},"updated":"2019-04-17 05:29:59.000000000","message":"Should be in quotes (\"\") or in apostrophes (\u0027\u0027).","commit_id":"50c3d30eedd4e1d980c10bcfbc7c8ec5c141d711"},{"author":{"_account_id":21970,"name":"Andras Kovi","email":"akovi@nokia.com","username":"andras.kovi"},"change_message_id":"9635e0b72f8d47818db749d8cf2df2f79295d1e7","unresolved":false,"context_lines":[{"line_number":203,"context_line":"        default\u003dFalse,"},{"line_number":204,"context_line":"        help\u003d("},{"line_number":205,"context_line":"            \u0027Enables starting subworkflows via RPC. Use \"False\" to start \u0027"},{"line_number":206,"context_line":"            \u0027subworkflow within the same engine instance. Use \"remote\" \u0027"},{"line_number":207,"context_line":"            \u0027to start subworkflow via RPC to improve load balancing \u0027"},{"line_number":208,"context_line":"            \u0027in case of several engine instances.\u0027"},{"line_number":209,"context_line":"        )"}],"source_content_type":"text/x-python","patch_set":3,"id":"ffb9cba7_27b2f095","line":206,"range":{"start_line":206,"start_character":63,"end_line":206,"end_character":69},"updated":"2019-04-24 12:32:05.000000000","message":"Bool will probably fail with this value","commit_id":"f0fce960ae56033748f18130ba769cede98124d3"},{"author":{"_account_id":29124,"name":"Oleg Ovcharuk","email":"vgvoleg@gmail.com","username":"vgvoleg"},"change_message_id":"f0efb32046b48e890832a5be1d73af9335b42340","unresolved":false,"context_lines":[{"line_number":203,"context_line":"        default\u003dFalse,"},{"line_number":204,"context_line":"        help\u003d("},{"line_number":205,"context_line":"            \u0027Enables starting subworkflows via RPC. Use \"False\" to start \u0027"},{"line_number":206,"context_line":"            \u0027subworkflow within the same engine instance. Use \"remote\" \u0027"},{"line_number":207,"context_line":"            \u0027to start subworkflow via RPC to improve load balancing \u0027"},{"line_number":208,"context_line":"            \u0027in case of several engine instances.\u0027"},{"line_number":209,"context_line":"        )"}],"source_content_type":"text/x-python","patch_set":3,"id":"ffb9cba7_89a86e77","line":206,"range":{"start_line":206,"start_character":63,"end_line":206,"end_character":69},"in_reply_to":"ffb9cba7_27b2f095","updated":"2019-04-25 21:30:52.000000000","message":"oh, my fault, fixed","commit_id":"f0fce960ae56033748f18130ba769cede98124d3"}],"mistral/engine/base.py":[{"author":{"_account_id":21970,"name":"Andras Kovi","email":"akovi@nokia.com","username":"andras.kovi"},"change_message_id":"9635e0b72f8d47818db749d8cf2df2f79295d1e7","unresolved":false,"context_lines":[{"line_number":39,"context_line":"        :param wf_ex_id: Workflow execution id. If passed, it will be set"},{"line_number":40,"context_line":"            in the new execution object."},{"line_number":41,"context_line":"        :param description: Execution description."},{"line_number":42,"context_line":"        :param async_: If True, start workflow in asynchronous mode"},{"line_number":43,"context_line":"            (w/o waiting for completion)."},{"line_number":44,"context_line":"        :param params: Additional workflow type specific parameters."},{"line_number":45,"context_line":"        :return: Workflow execution object."}],"source_content_type":"text/x-python","patch_set":3,"id":"ffb9cba7_7c415e0b","line":42,"range":{"start_line":42,"start_character":19,"end_line":42,"end_character":22},"updated":"2019-04-24 12:32:05.000000000","message":"not sure why the _ postfix is needed. Is it to avoid collision with params?","commit_id":"f0fce960ae56033748f18130ba769cede98124d3"},{"author":{"_account_id":21970,"name":"Andras Kovi","email":"akovi@nokia.com","username":"andras.kovi"},"change_message_id":"38e43acc98308a2910f1871cb987bfd4a228d1ea","unresolved":false,"context_lines":[{"line_number":39,"context_line":"        :param wf_ex_id: Workflow execution id. If passed, it will be set"},{"line_number":40,"context_line":"            in the new execution object."},{"line_number":41,"context_line":"        :param description: Execution description."},{"line_number":42,"context_line":"        :param async_: If True, start workflow in asynchronous mode"},{"line_number":43,"context_line":"            (w/o waiting for completion)."},{"line_number":44,"context_line":"        :param params: Additional workflow type specific parameters."},{"line_number":45,"context_line":"        :return: Workflow execution object."}],"source_content_type":"text/x-python","patch_set":3,"id":"ffb9cba7_9fe2dd00","line":42,"range":{"start_line":42,"start_character":19,"end_line":42,"end_character":22},"in_reply_to":"ffb9cba7_69cada6d","updated":"2019-04-26 05:06:49.000000000","message":"there\u0027s usually some postfix to it. But true, there are instances for the same pattern. thanks for reminding me!","commit_id":"f0fce960ae56033748f18130ba769cede98124d3"},{"author":{"_account_id":29124,"name":"Oleg Ovcharuk","email":"vgvoleg@gmail.com","username":"vgvoleg"},"change_message_id":"f0efb32046b48e890832a5be1d73af9335b42340","unresolved":false,"context_lines":[{"line_number":39,"context_line":"        :param wf_ex_id: Workflow execution id. If passed, it will be set"},{"line_number":40,"context_line":"            in the new execution object."},{"line_number":41,"context_line":"        :param description: Execution description."},{"line_number":42,"context_line":"        :param async_: If True, start workflow in asynchronous mode"},{"line_number":43,"context_line":"            (w/o waiting for completion)."},{"line_number":44,"context_line":"        :param params: Additional workflow type specific parameters."},{"line_number":45,"context_line":"        :return: Workflow execution object."}],"source_content_type":"text/x-python","patch_set":3,"id":"ffb9cba7_69cada6d","line":42,"range":{"start_line":42,"start_character":19,"end_line":42,"end_character":22},"in_reply_to":"ffb9cba7_7c415e0b","updated":"2019-04-25 21:30:52.000000000","message":"async is the reserved python literal, isn\u0027t it? BTW this param is called in the same way everywhere in Mistral.","commit_id":"f0fce960ae56033748f18130ba769cede98124d3"}]}
