I am starting a new workflow using
LLValue map = ( new LLValue());
workflows.LoadMap(-2000, 21064, 0, map);
workflows.StartWorkflow( map, "LAPI WORKFLOW TEST", null, obj);
Now how do I set the attributes/attachments/comments of a workflow while initializing?An example would be good.
LLValue map = ( new LLValue());
workflows.LoadMap(-2000, 21064, 0, map);
workflows.StartWorkflow( map, "LAPI WORKFLOW TEST", null, obj);
Now how do I set the attributes/attachments/comments of a workflow while initializing?An example would be good.