0 Replies Latest reply on Mar 22, 2007 11:36 AM by pedror

    Task characterization

    pedror

      Hello.

      I am working on a Workflow project that requires, after a process is instantiated, information on the several tasks that compose it, so that a list of tasks/things to do can be shown to the user/actor, before starting work.
      My idea was to have a list of variables, in each of the task-nodes, with values that help to characterize it. These variables would then be read and displayed BEFORE the task-node is instantiated. Can I do this? How do I create variables with values in each task node?
      If not, is there any other way that I can do this -> obtain task-node information before instantiating the node?

      Thank you in advance!