This window contains selected job-specific properties.
Variable list
Here you can manage the variables, used by tasks
Task list
There is the job’s task list. One job can contain multiple tasks. The execution order of tasks within one job is identical to the order of listed items.
- Enable / Disable current Job. The tooltip of the “Name” field shows the XML name of the saved job file.
- Job name
- Job description
- The log level:
- SERVE: log only critical errors
- WARNING: log critical errors, and warnings
- INFO: log messages, critical errors, and warnings
- FINE: log everything (Attention: this generates in some cases a lot of log data! Use it for job debugging purposes only.)
- List of job contained tasks
- Enable / Disable selected task
- Add task
- Edit task – Open selected task properties (Task properties)
- Delete task
- Save job – Save modifications, close this dialog
- Cancel job – Cancel modifications, close this dialog
TIPP: you can drop files to tasklist (6), and task(s) with simple filter created automaticly (ver 0.63)
If variables defined, Variables tab contains Job specific variable list. (ver 0.63)
In App tab, you can define the desired application executable. If application executable defined (field value not empty), you can Execute the task (from main screen). (ver 0.65)
Execution
if you want to execute application between sync you can define execution parameters here.
- Executable name, without parameters (you can use variables here)
- Work dir: if you want to define different working dir, specify it here. If this field is empty, the default working dir is the executable directory
- Parameters: you can specify app execution parameters here
- Generate invoke wrapper (windows only): if you execute application with trigger windows UAC system, some cases the UAC prompt cannot shown, and application execution terminated automatically. If you enable this option, synctocloud generate bat wrapper, and use this, to start execution. After execution ends, generated wrapper bat file deleted.
- Wait for exec: wait, until app execution ends (in this case looks like synctocloud app hangs, but it’s doesn’t hang, only waiting)
- Wait for process: in some cases, executable start other executable… You can specify process name (or multiple process name, separated with semicolon), and app wait until defined process ends.
The execution flow: Sync app content - Execute app - Sync app content
If anywhere in this flow Error or Conflict event raised, the flow processing terminated.
TIPP: You can define within task properties the exact execution point (Mode: Always, execute only, preexec, postexec) (ver 0.81)


