uips-fixtures UiPath.SystemCenter.Activities 1.6.0

12 activities · uips-fixtures catalog v0.3 · generated 2026-04-11T08:33:04Z

For Each Event
UiPath.SystemCenter.Activities.SystemCenterForEachEvent

Performs an activity or a series of activities on each event matching the filter criteria.

Arguments

NameDirTypeReqDefaultDescription
RunbookServerId In InArgument<String>
ODataFilter In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Job
UiPath.SystemCenter.Activities.SystemCenterForEachJob

Performs an activity or a series of activities on each runbook job matching the filter criteria.

Arguments

NameDirTypeReqDefaultDescription
RunbookId In InArgument<String>
RunbookServerId In InArgument<String>
ODataFilter In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Job
UiPath.SystemCenter.Activities.SystemCenterGetJob

Gets details about a runbook job.

Arguments

NameDirTypeReqDefaultDescription
JobId In InArgument<String>
Job Out OutArgument<UiPath.SystemCenter.Models.RunbookJob>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Stop Job
UiPath.SystemCenter.Activities.SystemCenterStopJob

Stops a runbook job.

Arguments

NameDirTypeReqDefaultDescription
JobId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Runbook Servers
UiPath.SystemCenter.Activities.SystemCenterGetRunbookServers

Gets all runbook servers collection.

Arguments

NameDirTypeReqDefaultDescription
RunbookServers Out OutArgument<UiPath.SystemCenter.Models.RunbookServer[]>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Runbook
UiPath.SystemCenter.Activities.SystemCenterForEachRunbook

Performs an activity or a series of activities on each runbook matching the filter criteria.

Arguments

NameDirTypeReqDefaultDescription
ODataFilter In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Runbook By Id
UiPath.SystemCenter.Activities.SystemCenterGetRunbookById

Get details about a runbook based on its unique identifier.

Arguments

NameDirTypeReqDefaultDescription
RunbookId In InArgument<String>
Runbook Out OutArgument<UiPath.SystemCenter.Models.Runbook>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Runbook By Path
UiPath.SystemCenter.Activities.SystemCenterGetRunbookByPath

Get details about a runbook based on its full path.

Arguments

NameDirTypeReqDefaultDescription
RunbookPath In InArgument<String>
Runbook Out OutArgument<UiPath.SystemCenter.Models.Runbook>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Runbook Instances
UiPath.SystemCenter.Activities.SystemCenterGetRunbookInstances

Gets all instances of a specified runbook.

Arguments

NameDirTypeReqDefaultDescription
RunbookId In InArgument<String>
JobId In InArgument<String>
RunbookInstances Out OutArgument<UiPath.SystemCenter.Models.RunbookInstance[]>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Start Runbook
UiPath.SystemCenter.Activities.SystemCenterStartRunbook

Starts a runbook.

Arguments

NameDirTypeReqDefaultDescription
RunbookId In InArgument<String>
RunbookParameterValues In InArgument<Data.DataTable>
RunbookServerId In InArgument<String>
Job Out OutArgument<UiPath.SystemCenter.Models.RunbookJob>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Stop Runbook
UiPath.SystemCenter.Activities.SystemCenterStopRunbook

Stops a runbook.

Arguments

NameDirTypeReqDefaultDescription
RunbookId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
System Center Orchestrator Scope
UiPath.SystemCenter.Activities.SystemCenterOrchestratorScope

Connects to System Center Orchestrator and provides a scope for other Orchestrator activities.

Arguments

NameDirTypeReqDefaultDescription
Orchestrator In InArgument<String>
Username In InArgument<String>
Password In InArgument<Security.SecureString>