GetAttendeeForUpdate

Description

This activity returns an AttendeeForUpdate given the AppointmentId of the appointment and the SecurityIdentityId of the attendee to update.


Attendee

AppointmentId InArgument<Guid>

The Id of the appointment.

The new start date proposed by the attendee.

PlanningCategoryId InArgument<Guid?>

The Planning Categories assigned to the attendee's appointment instance

PlanningCategoryIds InArgument<List<Guid>>

The Planning Categories assigned to the attendee's appointment instance

SecurityIdentityId InArgument<Int32>

The Id of the securityIdentity that who will participate to the appointment.

The response of the attendee

The new end date proposed by the attendee.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.