All in one Object in workflow

Hi everyone,

I have an issue with the all in one object in workflow. Here it is

  • I create a data mapper
  • I create a template base on that data mapper
  • I create a standard output for this template to create a PDF file in a specific folder.
  • Send this to workflow
  • create a simple process that data in is my folder who contain the .dat file capture from the OL printer
  • add the object all in one and choose my data mapper, template and standard output
  • and send the .dat file at the end in another folder.

What’s happen is this :

  • When I print manualy from the Designer it created a PDF file to my standard output, then seems working
  • In the workflow, the process run without error, but never see the pdf ouput in the default output directory.

All services seems up and running.

What I missed ?

Could it be that you added the All In One plugin as your last step? If so, although the process seems finished, it is not as the job as yet to be done by the Connect server. Only the Workflow process part is done.
Try adding your All In One plugin as an action and set the last step to be Delete. Then try again and you will see if the process complete properly.

In the Output Creation tab, is the Output Management option set to As defined by Output Preset?

Yes it setup to As defined by Output Preset

Let me try that, but it not at my last step ! I have a delete step after the all in one object

When you say in Workflow…are you referring to LIVE mode (when Workflow runs as a service) or are you trying it in Debug mode?

in service mode not in debug, and I remove the All in one object and re-create it as an Action but still not have my pdf output created…

Try it in Debug and put a breakpoint red bullet on the step right after your All In one plugin. Run your process and look at the PDF (View as PDF) from the top ribbon (usually it is located right under the Debug menu).

Then tell me what you see. If it is greyed out or errors out, then try the View as Text. If what you see is your input data file, then something went wrong while creating your PDF.

In that case, I suggest you open a technical support ticket on our website.

ok I will and let you know

You’r right,

I have this error

Cached version not available, attempting to upload file.
Create the rest client
W3001 : Error while executing plugin: HTTP/1.1 401 Unauthorized
All in One: W1603 : Plugin failed - 13:06:50 (elapsed time: 00:00:00:010)

I will do a search on the forum to find a solution thanks