cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Trigger is not created for a process containing a variant template

MioYasutake
SAP Champion
SAP Champion
0 Likes
360

Hi community,

I'm exploring the Process Variants capability of SAP Build Process Automation. I have created a simple process as shown below and deployed it to a newly created environment (not the "public" one).

MioYasutake_0-1738355013148.png

However, when I opened the form link, the form did not load. 

MioYasutake_2-1738355174668.png

When I checked the environment, there was no trigger created.

MioYasutake_3-1738355307185.png

If I remove the variant template step and redeploy the process, the trigger is created.

Maybe I misunderstood the process or overlooked some necessary configurations. Could someone clarify what I am missing?

 

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

N_Parag_Senapati
Explorer

Hi @MioYasutake 

The following solution worked for me:

I created an additional process in the same project that includes:

  • A trigger (form) – the same requestForm that’s used in the process containing the Variant Template.

  • A subprocess – this is the process that contains the Variant Template.

I mapped the input fields from the requestForm to the inputs of the subprocess.

Once deployed, I launched the form from this new wrapper process.
That resolved the “Form Descriptor failed to load” issue in my case.

Hope this helps!

MioYasutake
SAP Champion
SAP Champion
0 Likes
@N_Parag_Senapati Thank you for your reply. I will give it a try.