Type to start searching...

Semaphore

Properties
assignee : string

Expression specifying a principal used to determine which users may take ownership of the assignment.

The assignee is a principal so it may be a user or user group. Any user that that is set as the assignee or is a member of the group specified as the assignee may take ownership of the assingment.
caption : string

Caption to display in the user interface. This may be a string identifier.

description : string

Semaphore block description.

factory : string

The factory for SysWorkflowAssignment subclasses. Space-separated list of the form "AssignmentClass ['event [arg1 arg2 ... argN]]".

layout : string

name : string

Step name.

owner : string

Expression specifying a user who owns the assignment. Once an assignment is owned, it appears only in the queue of its owner.

queue : string

Expression that evaluates to the name of the SysWorkflowQueue to which this Semaphore will block.

title : string

Expression specifying the assignment caption string indentifier (SysWorkflowAssignment caption).

Content
Parents
  • Semaphore
  • Try
  • Sequence - Step within a Join of a Service. e.g. Script, Transform, Try, Branch...
  • Catch
  • Loop
  • Case
  • Service
  • Service - Services provide integration service orchestration capabilities. They are essentially workflow for integration.