To add parameters in log file follow the following steps
1. Invoke the debugLog file in right click → Service → debugLog
2. This service will ask two parameters msg & log both can print on log file with different levels you can map your fields to any of these or both.
3. When you execute this service log will be automatically printed.
Create complex business workflows though our interactive UI
The following snippet from a pom.xml file shows how to use Maven to integrate the Syncloop Runtime SDK for Java library int a project. Be sure to update the version number to correspond to the latest version of
Syncloop Runtime SDK for Java.
... <repositories> <repository> <id>syncloop-artifactory</id> <name>Syncloop Core</name> <url>https://repo.syncloop.com/mvn</url> </repository> </repositories> <dependencies> <dependency> <groupId>com.syncloop.middleware</groupId> <artifactId>core</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency> </dependencies> ...