Process started via JSON API doesn't display in UI
I've created a very simple process with just 2 activities. Via the UI I can start the process, and then move the process through the two activities, and finally to completion. I can see the record in the Inbox and List Views that I've created (which should show everything). However, when I start a process via the JSON API, the process does not show up in the UI. I've checked the Running Processes list and I can see both the process that I created via the UI and the one created via the API. Both processes appear to be identical in settings and status. What would cause the one created via the API to not appear in the applications UI?
Note: I'm logged into the UI as 'admin' and I'm interacting with the API as 'admin' as well, so I'm assuming it's not a permissions issue.
Here's how I start the process via the API:
web/json/workflow/process/start/sik002_POC:5:frmPatient_approver_process?var_patientId=api423
It returns a success response with the processId. I can then use that processId to interact with the process via the API but I never see it in the UI.
Thanks