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
Describe the bug
Error on Printing Process Builder
Process/Flow metadata
If possible, attach the flow/process metadata XML file.
You can retrieve metadata by running sfdx force:source:retrieve -m Flow:YOUR_PROCESS_API_NAME
Environment
Windows - Writing to Word 365
Additional context
Error:
TypeError: Cannot read property 'border' of undefined
at new Paragraph (/app/node_modules/docx/build/index.js:16382:29)
at Object.createHorizontalHeaderTable (/app/node_modules/sfdx-flowdoc-plugin/lib/lib/docx/process/docxTableUtils.js:27:32)
at DocxProcessFormatter.prepareActionGroups (/app/node_modules/sfdx-flowdoc-plugin/lib/lib/docx/process/docxProcessFormatter.js:61:47)
at buildDocxContent (/app/node_modules/sfdx-flowdoc-plugin/lib/lib/docx/docxBuilder.js:24:25)
at /app/scripts/api.js:86:25
at /app/scripts/api.js:94:7
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
at next (/app/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/app/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
The text was updated successfully, but these errors were encountered:
Describe the bug
Error on Printing Process Builder
Process/Flow metadata
If possible, attach the flow/process metadata XML file.
You can retrieve metadata by running
sfdx force:source:retrieve -m Flow:YOUR_PROCESS_API_NAME
Environment
Windows - Writing to Word 365
Additional context
Error:
TypeError: Cannot read property 'border' of undefined
at new Paragraph (/app/node_modules/docx/build/index.js:16382:29)
at Object.createHorizontalHeaderTable (/app/node_modules/sfdx-flowdoc-plugin/lib/lib/docx/process/docxTableUtils.js:27:32)
at DocxProcessFormatter.prepareActionGroups (/app/node_modules/sfdx-flowdoc-plugin/lib/lib/docx/process/docxProcessFormatter.js:61:47)
at buildDocxContent (/app/node_modules/sfdx-flowdoc-plugin/lib/lib/docx/docxBuilder.js:24:25)
at /app/scripts/api.js:86:25
at /app/scripts/api.js:94:7
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
at next (/app/node_modules/express/lib/router/route.js:137:13)
at Route.dispatch (/app/node_modules/express/lib/router/route.js:112:3)
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
The text was updated successfully, but these errors were encountered: