Task Query

Hello All,

Can some one please answer and explain which of the statement is correct?

a) All Action generate Tasks

b) All Action are generate by Actions

c) All Related Action are also Application Actions

d) All Action start a process instance

  Discussion posts and replies are publicly visible

Parents Reply Children
  • +1
    Certified Lead Developer
    in reply to Sourabh Gabhane

    An action always start a process instance, without a process action can't be created. Other three options are incorrect because:

    a) A process defined as action doesn't necessarily need a User Input task. E.g. a process that just need to complete some system task can be created as action as well. So, saying all actions generate tasks will be incorrect.

    b) Action can't be generated by another action. 

    c)Related actions need a context to start the process, actions are processes without any context. Steps to configure action and related action is also different.So this is incorrect as well.