on 2023 May 19 1:38 PM
Hello everyone,
I am trying to create a very simple "Production Process" that starts a selected SFC for a specific operation and return a POD Message, but it does not work.
Could anyone support me on this?
1) I use the following Input parameters
2) Next I defined these as input for the "Start SFC"
3) Next I have written a test message in "POD Message"
4) I tried to debug it but I do not know what structure I need to pass to the StringArray for SFC?
5) Next, I have added it this Production Process to an Action Button, and linked the parameters:
But it does not work in my POD.
Could you please support me on this topic?
Request clarification before answering.
Hi Thomas,
The thing to note here is that the service is called Start SFC's , plural. This expects an array of SFC's that it will start each of them. If you have a single SFC you want to start then pass an array containing just one value.
For example, if you want to start an SFC called 12345 the it would be ["12345"] if you had two SFC's called 12345 and 67890 then it would be ["12345","67890"]
Thanks
Kevin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thomas,
I just tested it on my tenant and it worked fine. I notice in your logs that it returns a 403 error which means forbidden ! Have you successfully called any of the services ? Im thinking either you dont have sufficient roles on you personal account or the services have not been set up correctly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
15 | |
2 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.