I have asked this question before but I would like to get final confirmation that IFS Cloud does not currently support the ability to schedule workflows to get run. Workflows can only be run via an event action or projection action. Is this correct? Everything else is a work around that IFS Cloud is not intended to do.
Thanks, Bryan
Page 1 / 1
Unfortunately, IFS Cloud does not support scheduling workflow to get run, which is pretty odd to me since they seem to want to push for more workflow and scheduled database task usage over backend modifications. I did think of a workaround/solution for this though
The solution I came across was to schedule a report to get run every day, and create a custom event to see if that report gets created on the print manager screen. From there, you can create an event action off of this and filter based off of the schedule ID field. Tie this event action to your workflow and you should have a working scheduled workflow.
My Workflows are triggered only when I am working from web client. If the table, where is BPA trigger action, is modified from PL/SQL procedure directly, without Cloud client, then no Workflow are run. I think that because of this issue is also not possible to run Workflow as a scheduled action.
Hi @KarelCZ
Workflows can get triggered without you working directly in Cloud. If you set your workflow to use an event action as it’s trigger, then you have items get run without a user doing anything (whenever the system does something, the workflow can get triggered). If you use a projection action, this usually means a user did something and the workflow will get triggered off of that. Both scenarios can be run without you being logged in though. I’ve created several workflows that get run while im out of the office. I hope this helps.
Thanks, Bryan
Hi @KarelCZ
Workflows can get triggered without you working directly in Cloud. If you set your workflow to use an event action as it’s trigger, then you have items get run without a user doing anything (whenever the system does something, the workflow can get triggered). If you use a projection action, this usually means a user did something and the workflow will get triggered off of that. Both scenarios can be run without you being logged in though. I’ve created several workflows that get run while im out of the office. I hope this helps.
Thanks, Bryan
Maybe we have differents versions (I have 22R2) or some server settings, but my Workflows are triggered only in client. If I run PL/SQL script from SQL Developer which make changes in the table (where is BPA event triggers), BPA is triggered (in debug it goes to Bpa_SYS package) but will do nothing. But from client it works well.
Hi @bdoucette
You can see this below options to get the features you are searching for. Please follow below screenshot and link for the examples if that helps.. (This is in IFS Cloud 23R1)