Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The lock object in SSFields also now includes supporting information related to the process, including the workflow, the current queue, secured users/groups, etc.

Note

If a Queue action link gets renamed, previous batches actions cannot be executed until batch is moved back to the Queue node to update the available actions. Resynchronize GlobalAction from the GlobalSearch API portal will also update the available actions.

Sample Lock

Code Block
{
  "processId":15,"processStatus":1,"workflowName":"PDF Conversion",
  "queue":{
    "key":"-11",
    "name":"Move Queue",
    "queueSecurity":["SSAdmin"],
    "actions":[{"key":"-11UA-1","name":"End It"}]
  },
  "urn":"urn:square9:globalaction","expiration":null
}

...