shunkosa / sfdx-flowdoc-plugin

A Salesforce CLI plugin that generates design document from Lightning Flow (currently Process Builder) metadata
https://flowdoc.herokuapp.com
65 stars 15 forks source link

Flow API name is missing #41

Open swayingpalm opened 1 year ago

swayingpalm commented 1 year ago

Followed all instructions in VS Code and SFDX. Entered: sfdx flowdoc:pdf:generate

Receiving the following error: running flowdoc:pdf:generate: Flow API name is missing

Org is connected, API names have been verified. I can successfully query Objects.

What am I missing?

AbitAMethyl commented 1 year ago

I have the same symptom as you. Someone in the the comments on the Creator's page also. I tried all combinations of commands. sfdx flowdoc:json:display sfdx flowdoc:docx:display sfdx flowdoc:pdf:display sfdx flowdoc:json:display sfdx flowdoc:docx:display sfdx flowdoc:pdf:display

with many possible ways to provide the args file. with --file PROCESS_NAME (undocumented, but the code let me think that could have worked) PROCESS_NAME ./PROCESS_NAME

tried running the command in the subfolder were the process is.

MAybe i'll trry to "hardcode" the process name as a test. BUt that means I'll need to figure out how to repack the plugin.

Just letting you know that your are not alone.

nicolashamez-dev commented 7 months ago

Hi, I think this plugin is no longer maintenance ? I have the same issue with Flow API name is missing and no update since 4 years.