Remove process_id parameter from CreateTask in Git imports
Follow-up of backend!2054 (merged): the process_id
field is now ignored in CreateTask
, so we can remove it. This removes the requirement for the ARKINDEX_PROCESS_ID
variable.
This is not blocking, since the field is just ignored, not rejected.