You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a policy has empty 'properties:' or 'required:' attributes defined, but the 'throw:' property is populated in policy.yaml, the attempt to call flow.fail ends with crash in flow-engine on:
// 1. check the policy's own handler
if (currTask[type].catch) {
as currTask is null.
Adding some property is fixing the problem.
The text was updated successfully, but these errors were encountered:
When a policy has empty 'properties:' or 'required:' attributes defined, but the 'throw:' property is populated in policy.yaml, the attempt to call flow.fail ends with crash in flow-engine on:
as currTask is null.
Adding some property is fixing the problem.
The text was updated successfully, but these errors were encountered: