adext
February 9, 2024, 10:20am
1
Hello
I am trying to publish a process on orchestrator, however it is blocking me during compilation because of a workflow that doesn’t exist anymore. I deleted the SAP_DownloadDocuments, it doesn’t appear in my project files either
Also when I run it on studio it works fine and doesn’t give me this compilation error
Is there a “clean” or something I need to do somewhere ?
Hey @adext are you sure you haven’t invoked the deleted xaml file in your project.
Please check that
Regards,
Sreejith S S
vrdabberu
(Varunraj Dabberu)
February 9, 2024, 10:25am
3
Hi @adext
please check whether you have all the xaml’s that are used in the project are available or not
Regards
adext
February 9, 2024, 10:30am
4
hello, yes i am sure the second one doesn’t exist anywhere
adext
February 9, 2024, 10:37am
6
the second one is deleted and doesn’t exist anywhere
vrdabberu
(Varunraj Dabberu)
February 9, 2024, 10:38am
7
Hi @adext
Then remove the invoked xaml from your workflow.
Regards
adext
February 9, 2024, 10:39am
8
there is no workflow to remove it from… it doesn’t exist. that’s the issue
vrdabberu
(Varunraj Dabberu)
February 9, 2024, 10:40am
9
Hi @adext
Is the first xaml still there in your project?
Regards
adext
February 9, 2024, 10:42am
10
the first one exists - it was just renamed, the second one doesn’t exist anymore. i deleted it
vrdabberu
(Varunraj Dabberu)
February 9, 2024, 10:44am
11
Hi @adext
Please check the first xaml is being called from the second xaml so try to change the flow accordingly.
Regards
adext
February 9, 2024, 10:45am
12
i deleted the second xaml. it doesn’t exist anymore
vrdabberu
(Varunraj Dabberu)
February 9, 2024, 10:48am
13
Hi @adext
There is an issue with the xaml only. If possible can you share your workflow ?
Regards
Anil_G
(Anil Gorthi)
February 10, 2024, 7:21am
14
@adext
Try to open the xaml which is present and check each invoke workflow activity once again
Also try deleting then .local folder and reopen the project and check
Also check the commented out code part also if there is any invoke workflow you have commented out where the deleted workflow is invoked
Cheers
1 Like
You could try to search for references to the deleted workflow with Notepad++'s “Find in files” feature.