Example: `WorkingDirectory: %temp%` ```yaml Actions: - Name: Action001 Handler: Type: Synapse.Handlers.CommandLine:CommandHandler Config: Values: WorkingDirectory: %temp% Command: powershell.exe TimeoutMills: 5000 TimeoutStatus: Failed ```