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
Navigate to Step 8 - Add logic to trigger workflow
Click on the Get Approval button, and open the logic canvas by clicking Add logic to Button1 at the bottom right.
Drag a Trigger Process flow function onto the canvas, and connect the component tap event to it.
Click on the Trigger Process flow function and configure it in the Properties pane on the right.
For Process, this should already be set to Order Processing, since you have only one process enabled.
Under Input Parameters, click the binding type.
Select Formula.
Click Save.
But here Save Button is disabled. Please see the screenshot below -
Issue 2 - Run App
Document Issue
Click the Launch tab, and then Open Preview Portal. There is no launch tab. It looks like this in tutorial document -
Actual Image
Issue 3 - Run App
Click on Preview.
Click on Open web preview.
Click on open sales order.
Enter the following values in your form: as per tutorial
Click Get Approval.
Actual Issue - You should see the toast message indicating the workflow was triggered, and with the process instance ID.
Issue- There is no toast message.
Go to Process and Workflow Instances and you should see the same process ID as the toast message. But as after clicking Get
Approval button, there is no toast message. Here also It should not reflect. But I am not able to open Process and workflow itself
now
and getting Permission issue, see the below image.
Kindly do check these issue and provide me solution.
Regards,
Nidhi
The text was updated successfully, but these errors were encountered:
I have rewritten the tutorial completely (I will again review it tomorrow).
Issue 1: I have rewritten the tutorial to make use of a new feature (described here, released April 11), which makes use of the ability to create a page variable from all types of existing schemas. In our case, the schema from the process. Therefore, we no longer use the formula that you could not save.
Issue 2: I have updated to use the relatively new Preview mechanism (at top of the project) that replaced the Launch capability.
Issue 3: This is more difficult to diagnose, since I cannot see your system but here are some guidelines.
Add an alert box from the second output of the Trigger Process flow function, and use the output of the Trigger Process, so we can see the error.
Assuming that the triggering failed, I would check the data that was passed -- e.g., if you send a string instead of number or vice versa, the triggering will fail, so you need to check your definition and what you are sending. Note that input boxes always return string so you would have to convert this to a number before sending to a number field. All that being said, with the new automatic schema feature, this will be less of a problem.
You will need ProcessAutomationAdmin role to be able to see the Monitoring tab.
I have also fixed the issue of importing the project, since you can no longer import a project inside an existing project, but must import into the lobby as a new project. I have also updated screenshots throughout.
Note I did not update the instructions for creating the app from scratch -- I will check later this week. I will also work on the other tutorials in that mission.
Please let me know if you can get it all to work with the new tutorial -- it will not take long even if you have to create the app from scratch.
Hi Colleague,
We were executing Experience SAP Build By Creating an End-to-End Sales Scenario for US Region.
URL - https://developers.sap.com/tutorials/build-apps-workflow-trigger.html
Steps to Reproduce :
Issue 1.
Navigate to Step 8 - Add logic to trigger workflow
Click on the Get Approval button, and open the logic canvas by clicking Add logic to Button1 at the bottom right.
Drag a Trigger Process flow function onto the canvas, and connect the component tap event to it.
Click on the Trigger Process flow function and configure it in the Properties pane on the right.
For Process, this should already be set to Order Processing, since you have only one process enabled.
Under Input Parameters, click the binding type.
Select Formula.
Click Save.
But here Save Button is disabled. Please see the screenshot below -
Issue 2 - Run App
Document Issue
Actual Image
Issue 3 - Run App
Actual Issue - You should see the toast message indicating the workflow was triggered, and with the process instance ID.
Issue- There is no toast message.
Approval button, there is no toast message. Here also It should not reflect. But I am not able to open Process and workflow itself
now
and getting Permission issue, see the below image.
Kindly do check these issue and provide me solution.
Regards,
Nidhi
The text was updated successfully, but these errors were encountered: