Known issues
- The result returned by the getTaskIdByName command is not proper JSON. There are no enclosing quotes around the field named task Id. You need to use a regular expression to replace it prior to parsing the JSON.
- The runTask command does not document the context argument but it is supported.
- The runTask command supports the context argument, but the Metaservlet API will not parse it correctly if it is the last argument in the JSON payload that is submitted. As a workaround, make sure that the context variable is not the last argument (it can be passed as the second to last argument for example).