Run Process in workflow

Post Reply
iesak
Posts: 20
Joined: Mon Feb 23, 2009 4:49 pm
Version: 9.4
Excel Version: 2003

Run Process in workflow

Post by iesak »

I just wondering can we set something up to trigger a task after another task(s) are finished in TM1 workflow? It would be very useful
lotsaram
MVP
Posts: 3698
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: Run Process in workflow

Post by lotsaram »

Workflow pretty much runs as per the rest of TM1 (except that you can't use rules because of the @ delimiter.) All you need to do is display control objects and edit the relevant workflow TI to do whatever you want after your trigger task is completed. If the trigger is task specific then you will also need some conditional logic to test for the task name but that probably goes without saying.
Post Reply