I've enclosed the relevant statuses in German (unknown and aborted will cause the job to fail in FFC. You can't route based on those statuses).
English | German |
CompletedSuccessfully | Erfolgreich abgeschlossen |
CompletedWithErrors | Mit Fehlern abgeschlossen |
CompletedWithWarnings | Mit Warnungen abgeschlossen |
is it possible to add the Preflight results for the German language. Because Preflight routing only works with the easystarts with a German system (CompletedSuccessfully = ......)
Thanks for your help
Thanks for getting back - I edited my previous reply.
Thanks, with values from french language, it runs fine.
Just replace "Terminé avec success" with "Terminé avec succès"
Yes, these are localized. Here're the values:
English | French |
Aborted | Abandonné |
CompletedSuccessfully | Terminé avec succès |
CompletedWithErrors | Terminé avec erreurs |
CompletedWithWarnings | Terminé avec avertissements |
Unknown | Inconnu |
Thanks for your answer but I had test these considerations.
Below tests realised :
- With EasyStarts job sended to ESV3-01, the route runs fine.
- I build a worflow and used the script FFCore base "Basic Preflight - Error", the route runs fine.
- I build a workflow and used a script created and imported in the verification node : The route does not run fine.
Perhaps it's the language (french) ?
- I test to import the script FFCore "Basic Preflight - Error" in acrobat X and 9 too, impossible.
The EasyStarts contain examples of how to route based on the preflight result. One consideration to keep in mind:
You can use the strings defined above to check the Preflight Result variable in the workflow.
Acrobat import scripts (.kfp) in the node verification works well, scripts are interpreted, but the results (status) of the script aren't interpreted by the routing node (eg: CompletedSuccessFully or CompletedWithErrors). Test done with scripts created with Acrobat 9 and 10.
So no problem with scripts provided by FF Core base.
And the scripts from FF core base can not be imported in Acrobat.
So is it possible tu use scripts other than FF Core scripts provided ?
Solved! Go to Solution.