Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


beechc
2018-01-15T15:39:39Z
I upgraded to 8.3.2, and have found at least on of the variables related to Mail triggers to be broken.

I use {TRIGGER(4d706949-d4fa-43ce-89b2-81bd77177eac|LastTrigger|Mail.Result.Mail.AttachmentFolder)} to identify the path to the folder the attachments from a Email trigger are located from subsequent processing. It is no longer being populated. Was previously running 8.2.7.

I have changed to a fixed path with ..\{TRIGGER(4d706949-d4fa-43ce-89b2-81bd77177eac|LastTrigger|Mail.Result.Mail.MessageId)} to achieve the same thing, but this appears to be a bug. The same appears to be true of {TRIGGER(Active|c72df5ea-c269-4b44-81c7-4dea1bd954f2|Mail.Result.Mail.AttachmentFolder)}.

Chris


Sponsor
Forum information
thomas
2018-01-15T15:55:56Z
Yes I have reported the same issue.
Support
2018-01-19T15:40:10Z
To avoid mistakes please use this instead:

{TRIGGER(Active|LastTrigger|Mail.Result.Mail.AttachmentFolder)}


Also, there is a difference with using the value in Server and seeing the value in the Client. This is a runtime Variable not really visible in the Client - only accessible from Server (through Variable) when the actual Job is running.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
beechc
2018-04-17T15:14:33Z
These variables are still not populated in the latest 8.3.5 build.

{TRIGGER(Active|LastTrigger|Mail.Result.Mail.MailFolder)}
{TRIGGER(Active|LastTrigger|Mail.Result.Mail.MailPath)}
{TRIGGER(Active|LastTrigger|Mail.Result.Mail.AttachmentFolder)}

Chris
Support
2018-04-17T17:00:07Z
Originally Posted by: beechc 

These variables are still not populated in the latest 8.3.5 build.

{TRIGGER(Active|LastTrigger|Mail.Result.Mail.MailFolder)}
{TRIGGER(Active|LastTrigger|Mail.Result.Mail.MailPath)}
{TRIGGER(Active|LastTrigger|Mail.Result.Mail.AttachmentFolder)}

Chris



I just tried and it worked. Are you sure Server version is 8.3.5?

Where do you use the Variables?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
beechc
2018-04-17T17:16:11Z
I am resurrecting an older process that worked in an earlier 8.0.X version of the server, and found that the variables that were used at the time are not being populated any longer.

I downloaded the latest beta to validate
Screen Shot 2018-04-17 at 1.06.21 PM.png

I would expect to see a value populated in the bottom panel from the previous invocation of the workflow. The subject, body, Message Id, etc are all populated when tested like this.
Screen Shot 2018-04-17 at 1.07.16 PM.png

I am using it in this case as below. The highlighted portion in the screen shot below which I have hard coded now was previously the variable removing the necessity to update the path should the location change for the mail trigger.
Screen Shot 2018-04-17 at 1.08.19 PM.png


Hard coding the path in this case is working as expected. With the variable empty the resulting files from this workflow node writes the files to ..\Windows\System32 because the returned value was empty.

Chris

Support
2018-04-17T17:38:19Z
Originally Posted by: beechc 

I am resurrecting an older process that worked in an earlier 8.0.X version of the server, and found that the variables that were used at the time are not being populated any longer.

I downloaded the latest beta to validate
Screen Shot 2018-04-17 at 1.06.21 PM.png

I would expect to see a value populated in the bottom panel from the previous invocation of the workflow. The subject, body, Message Id, etc are all populated when tested like this.
Screen Shot 2018-04-17 at 1.07.16 PM.png

I am using it in this case as below. The highlighted portion in the screen shot below which I have hard coded now was previously the variable removing the necessity to update the path should the location change for the mail trigger.
Screen Shot 2018-04-17 at 1.08.19 PM.png


Hard coding the path in this case is working as expected. With the variable empty the resulting files from this workflow node writes the files to ..\Windows\System32 because the returned value was empty.

Chris



It sounds like it is something in the combination that goes wrong. You should add a File write Task to write the Variables:

{TRIGGER(Active|LastTrigger|Mail.Result.Mail.MailFolder)}
{TRIGGER(Active|LastTrigger|Mail.Result.Mail.MailPath)}
{TRIGGER(Active|LastTrigger|Mail.Result.Mail.AttachmentFolder)}

Then add the more complex ones used. You should also change the Id you use to Active|LastTrigger for readbility (if it is within the same Job).


Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top