Describe the Bug with repro steps
- Create a new wf - Child1
- Create another wf - Parent1
- Add action Invoke Workflow, specify to call Child1
- Deploy using MSDeploy an incorrect code to Child1, e.g. incorrect parameter
- Attempt to save Parent1
- Observe a misleading error:
{
"code": "NestedWorkflowNotFound",
"message": "The child workflow 'Child1' could not be found in the logic app. Both the parent workflow 'Parent1' and the child workflow 'Child1' must exist in the same logic app."
}
- Attempt to save Child1, observe the actual error:
{
"error": {
"code": "ValueNotSupported",
"message": "The trigger 'When_a_HTTP_request_is_received' at line '1' and column '1867' is not valid. The 'operationOptions' property value 'SuppressWorkflowHeaders, SuppressWorkflowHeadersOnResponse' is not supported. Only the 'EnableSchemaValidation, SuppressWorkflowHeadersOnResponse, IncludeAuthorizationHeadersInOutputs, PersistRequestContextForConcurrencyControl' operation options are supported for triggers of type 'Request'."
}
}
What type of Logic App Is this happening in?
Standard (Portal)
Are you using Preview Designer or GA Designer
Preview
Workflow JSON
No response
Screenshots or Videos
No response
Browser
Edge version 113.0.1774.35
Additional context
No response
AB#23589455
Describe the Bug with repro steps
{ "code": "NestedWorkflowNotFound", "message": "The child workflow 'Child1' could not be found in the logic app. Both the parent workflow 'Parent1' and the child workflow 'Child1' must exist in the same logic app." }{ "error": { "code": "ValueNotSupported", "message": "The trigger 'When_a_HTTP_request_is_received' at line '1' and column '1867' is not valid. The 'operationOptions' property value 'SuppressWorkflowHeaders, SuppressWorkflowHeadersOnResponse' is not supported. Only the 'EnableSchemaValidation, SuppressWorkflowHeadersOnResponse, IncludeAuthorizationHeadersInOutputs, PersistRequestContextForConcurrencyControl' operation options are supported for triggers of type 'Request'." } }What type of Logic App Is this happening in?
Standard (Portal)
Are you using Preview Designer or GA Designer
Preview
Workflow JSON
No response
Screenshots or Videos
No response
Browser
Edge version 113.0.1774.35
Additional context
No response
AB#23589455