Tactic Workflow - Printable Version +- TACTIC Open Source (http://forum.southpawtech.com) +-- Forum: TACTIC Open Source (http://forum.southpawtech.com/forumdisplay.php?fid=3) +--- Forum: TACTIC Discussion (http://forum.southpawtech.com/forumdisplay.php?fid=4) +--- Thread: Tactic Workflow (/showthread.php?tid=221) Pages:
1
2
|
Tactic Workflow - listy - 06-27-2021 Hi! I saw there is a lot of nodes available in the workflow editor: Workflow editor But i see only few of them in the latest github release. Are they supposed to be in git version? Fore example i liked to check out how to setup scheduled notifications with workflow editor, but not found it in my version of TACTIC RE: Tactic Workflow - Nachogor - 06-28-2021 Hi Listy! Do you mean the node type? I have Manual / Action / Condition/ Approval/Hierarchy/Dependency/Progress The difference I can see is this window dissapeared. I think I´m not understanding you correctly. Cheers! Nacho RE: Tactic Workflow - listy - 06-28-2021 (06-28-2021, 01:05 PM)Nachogor Wrote: I have Manual / Action / Condition/ Approval/Hierarchy/Dependency/ProgressAs you can see there is more types: [attachment=135] RE: Tactic Workflow - Nachogor - 06-28-2021 Ok, I can't see those in 4.8 b04 or the updated to today version (both versions I have at hand) In which version do you have those? Thanks!! Nacho RE: Tactic Workflow - listy - 06-28-2021 (06-28-2021, 01:48 PM)Nachogor Wrote: Ok, I can't see those in 4.8 b04 or the updated to today version (both versions I have at hand)This is what i am actually asking for. Why there is a lot of nodes in the demo, but missing in open source version RE: Tactic Workflow - Nachogor - 06-28-2021 Ahhhh! I thought you had them in an earlier version and they dissapeared, I misunderstood you. RE: Tactic Workflow - listy - 07-15-2021 So, this is only Commercial? Had to do scheduled messages, and thinking how to create it, with pipeline (which is limited in OpenSource) or with Scheduler RE: Tactic Workflow - Diego - 07-15-2021 Hi Listy, what do you mean by "scheduled notifications"? RE: Tactic Workflow - listy - 07-15-2021 (07-15-2021, 12:46 PM)Diego Wrote: Hi Listy,Have you seen scheduled node in community pipeline demo? Scheduled notifications, for examle: send message for the task before it's needs to be completed RE: Tactic Workflow - listy - 07-15-2021 Currently i made Client Trigger with event: schedule, and config {"script_path": "tasks/daily_reminder", "type": "daily", "time": "11:00"} This executes reminder script for me, but with the pipeline node it would be easier, i think |