Another appoach could be tu use a variable and make it of type
"Configuration". That way the variable can be set from adminui once the
application is deployed and you don't need to hard code the value in
your process.Jasmin
One option is to use the XSLT Transformation service to get from XML to
TXT or CSV. You can search on google to find XSL examples.The other
option would need to write some code in the Execute script or create a
custom component to do that manually in Java.Jasmin
Unfortunately you can't. You have to hardcode the name of the error in
the email message.You could also attach the server.log to the email.
It's not ideal, but it gives more info.Jasmin
I'm not sure I understand you question, but you could add the users to
the group and just add the group to the application.That way if you need
to add a new user, you don't have to change all the applications that
are using that group.Jasmin
Can't you simply just use the Assign Multiple Task instead. This will
allow you to send the task to multiple users in parallel without the
need of a Gateway.Jasmin
The [&version=] parameter refers to the version of the application.I
just created a test process and looked at the wsdl, the version was
1.0.I then created a new version of the application and the version
parameter was bumped to 2.0.Jasmin
The application concept didn't exist in LC 8.2. It only started in
version 9.0.However, if you want to submit XML you should be able to
just change the submit button's properties on the xdp and make sure it
submits just XML and not XDP data.Jasmin