Announcement

Collapse
No announcement yet.

How to Post to stream from workflow when some conditon meet

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

  • How to Post to stream from workflow when some conditon meet

    Hello, how to post a note to stream from workflow .when some condition meet .

  • #2
    create record type Note

    entity : Note
    ->type = "Post"
    ->post = "Blabla text"
    ->data = here is more complex, it's json like : {"mentions":{"@xxx":{"id":"5d0e10xxxx7","name":"xx xx","userName":"xxxx","_scope":"User"}}}
    ->isGlobal = ? i don't know
    ->isInternal = ? i don't know
    ->targetType = ???
    ->parentId = as he say, related to
    ->parentType = as he say, related to type
    ->relatedId = ?? heuuu ..
    ->relatedType = ?? heuu
    ->superParentId = ?? heuu
    ->superParentType = ?? heeeuu

    the question is :
    what represent targetType, parentType, relatedType, superParentType

    ok, targetType seemt to be : users, teams, self,
    parentType, parentId seemt to be related to parent.




    Comment

    Working...
    X