Flow Designer Create Task fails citing security rulesIssue Running the Flow Designer Create Task results in the following error: The requested flow operation was prohibited by security rules. However, the user has the correct permissions to create the task.ResolutionThe user needs permission to run the flow. To create a sc_task record, ensure the flow runs with roles itil and catalog_admin. If running the flow still fails, check that the catalog item used has any catalog variables. If so, set additional permissions. In the following error message, notice the addVariableToTask reference: Flow Designer: Operationxxx.Create Catalog Task) failed with error: com.snc.process_flow.exception.OpException: The requested flow operation was prohibited by security rules.at com.snc.process_flow.operation.SetCatalogVariablesOperationBase.addVariableToTask(SetCatalogVariablesOperationBase.java:47)at com.snc.process_flow.operation.SetCatalogVariablesOperationBase.setCatalogVariables(SetCatalogVariablesOperationBase.java:37) For this to work, write access is required on the table sc_item_variables_task. There is currently no access control list (ACL) to do this, which means this only works if you have admin permissions. To resolve this error: Create an ACL for catalog_admin.Give write access to sc_item_variables_task.