Announcement

Collapse
No announcement yet.

Workflow - Post Stream IN task ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Workflow - Post Stream IN task ?

    Hi,
    I'm trying to build a workflow where AFTER moving a TASK from Team 100 to Team 200 it writes something in the STREAM of the TASK. It doesn't seem to work?

    Click image for larger version  Name:	image.png Views:	0 Size:	29.8 KB ID:	107430

    Click image for larger version  Name:	image.png Views:	0 Size:	17.6 KB ID:	107431

  • #2
    Try the following formula for Actions:

    Code:
    parentType = 'Task';
    parentId = workflow\targetEntity\attribute('id');
    parentName = workflow\targetEntity\attribute('name');


    Click image for larger version  Name:	image.png Views:	0 Size:	24.9 KB ID:	107448

    Comment


    • #3
      This worked! Thanks!

      Comment

      Working...
      X