Versions Compared

Key

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


...



Execute Task Sequence

This activity deploys the specified applicationexecutes a task sequence program on a target machine.

Activity Parameters

The Deploy Application activity Execute Task Sequence activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Added

Parameters:

  • Collection ID Package Id (text box editor type) (type: string): enter the collection ID. This parameter can be returned using List Collections activity. This parameter is optional. If no value is provided, the device is added to the generic Collection "All Systems".
  • Connection (text box editor type) (type: object): SCCM connection string. The Output from Connect to SCCM activity should be used as Input here.
  • MAC (text box editor type) (type: string): enter the MAC for the computer you want to add to the collection e.g. 00-14-22-01-23-45
  • Net BIOS Name package Id (In order to get a list of packages, use 'Get Packages' activity). E.g. 'FMP00001'.
  • Program Id (text box editor type) (type: string): enter the Net BIOS Name e.g. Client1. This parameter takes precedence over the SM BIOS GUID parameter.SM BIOS Guid  program Id (In order to get a list of program Ids, use 'Get Programs' activity). The default value for this parameter is '*'
  • Target Client (text box editor type) (type: string): enter the SM(Stage Machine) BIOS GUID(UUID) e.g. 45 38 d4 b6 00 90 3e 75-94 06 b3 10 es fa 2b 1etarget client where the task sequence will be executed.

The Read Only Output variable are the possible output values that the activity will provide:

  • Output ResourceID Result (type: stringInt32): outputs the resource ID of the new device.

Execute Task Sequence

...

  • 0 to indicate success or non-zero to indicate failure.


Install Application

This activity installs the specified application on the target client.

Activity Parameters

The Execute Task Sequence Install Application activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Action (combo box control) (type: string):

...

  • Package Id (text box editor select the desired action to be performed on the target machine.
  • Application Localized Name (text box editor type) (type: string):  enter the package Id enter the application localized name (In order to get a list of packagesthis value, use 'Get PackagesLocalized Name' activity). E.g. 'FMP00001'. Program Id MyAppLocalizedName'
  • Password (password box control) (type: string): enter the password for the target machine username.
  • Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the CCM username (this parameter is used only when the user wants to send an encrypted password from outside the task, for example Flowster Studio Portal)
  • Software Version (text box editor type) (type: string): enter the program Id application software version (In order to get a list of program Idstake this value, use 'Get ProgramsLocalized Name Version' activity). The default value for this parameter is '*'
  • Target Client (text box editor type) (type: string): enter the target client where the task sequence will be executed.. E.g. 'MyMachine'.
  • Username (text box editor type) (type: string): enter the target client username. E.g. 'domain\demouser'

The Read Only Output variable are the possible output values that the activity will provide:

  • Output Result Status (type: Int32): outputs 0 to indicate success or non-zero to indicate failure.

...