HI All,
I have created a Custom Taskspace context menu, form there I am abke to pass desired Parametre(Seeing in Logs), But My idea is to start a Taskspace process Initiation form with this args(and on submit the Process need to be started),
Please let me know :
1) To start a process should we call the action correspomding to the Process (I tried
ActionService.execute("EditUserProcess", getInitArgs(), getContext(), null, null
where EditUserProcess is action for the process, but this is not working.
2) Or should we call process initiation form.
Please suggest its a priority issue