uips-fixtures CoreWF 1.2.1

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

Assign
CoreWf.Statements.Assign
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
To Out CoreWf.OutArgument
Value In CoreWf.InArgument
CancellationScope
CoreWf.Statements.CancellationScope
Workflow Foundation

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
Body child CoreWf.Activity
CancellationHandler child CoreWf.Activity
Catch
CoreWf.Statements.Catch
Workflow Foundation

Properties

NameKindTypeDescription
ExceptionType property Type
CompensableActivity
CoreWf.Statements.CompensableActivity
Workflow Foundation

Properties

NameKindTypeDescription
Result property CoreWf.OutArgument<TResult>
ResultType property Type

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
Body child CoreWf.Activity
CancellationHandler child CoreWf.Activity
CompensationHandler child CoreWf.Activity
ConfirmationHandler child CoreWf.Activity
Compensate
CoreWf.Statements.Compensate
Workflow Foundation

Properties

NameKindTypeDescription
Target property CoreWf.InArgument<CoreWf.Statements.CompensationToken>
Confirm
CoreWf.Statements.Confirm
Workflow Foundation

Properties

NameKindTypeDescription
Target property CoreWf.InArgument<CoreWf.Statements.CompensationToken>
CreateBookmarkScope
CoreWf.Statements.CreateBookmarkScope
Workflow Foundation

Properties

NameKindTypeDescription
Result property CoreWf.OutArgument<TResult>
ResultType property Type
Delay
CoreWf.Statements.Delay
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
Duration In CoreWf.InArgument<TimeSpan>
DeleteBookmarkScope
CoreWf.Statements.DeleteBookmarkScope
Workflow Foundation

Properties

NameKindTypeDescription
Scope property CoreWf.InArgument<CoreWf.BookmarkScope>
DoWhile
CoreWf.Statements.DoWhile
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
Condition In CoreWf.Activity<Boolean>

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
Body child CoreWf.Activity
Flowchart
CoreWf.Statements.Flowchart
Workflow Foundation

Properties

NameKindTypeDescription
ValidateUnconnectedNodes property Boolean
StartNode property CoreWf.Statements.FlowNode
Nodes property Collection<CoreWf.Statements.FlowNode>

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
FlowDecision
CoreWf.Statements.FlowDecision
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
Condition In CoreWf.Activity<Boolean>

Properties

NameKindTypeDescription
True property CoreWf.Statements.FlowNode
False property CoreWf.Statements.FlowNode
DisplayName property String
FlowStep
CoreWf.Statements.FlowStep
Workflow Foundation

Properties

NameKindTypeDescription
Next property CoreWf.Statements.FlowNode

Child Activities / Variable Scope

NameKindTypeDescription
Action child CoreWf.Activity
If
CoreWf.Statements.If
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
Condition In CoreWf.InArgument<Boolean>

Child Activities / Variable Scope

NameKindTypeDescription
Then child CoreWf.Activity
Else child CoreWf.Activity
InvokeAction
CoreWf.Statements.InvokeAction
Workflow Foundation

Child Activities / Variable Scope

NameKindTypeDescription
Action child CoreWf.ActivityAction
InvokeDelegate
CoreWf.Statements.InvokeDelegate
Workflow Foundation

Properties

NameKindTypeDescription
DelegateArguments property IDictionary<String, CoreWf.Argument>

Child Activities / Variable Scope

NameKindTypeDescription
Delegate child CoreWf.ActivityDelegate
Default child CoreWf.Activity
InvokeMethod
CoreWf.Statements.InvokeMethod
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
MethodName In String
Parameters In Collection<CoreWf.Argument>
Result Out CoreWf.OutArgument
TargetObject In CoreWf.InArgument
TargetType In Type

Properties

NameKindTypeDescription
GenericTypeArguments property Collection<Type>
RunAsynchronously property Boolean
NoPersistScope
CoreWf.Statements.NoPersistScope
Workflow Foundation

Child Activities / Variable Scope

NameKindTypeDescription
Body child CoreWf.Activity
Parallel
CoreWf.Statements.Parallel
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
CompletionCondition In CoreWf.Activity<Boolean>

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
Branches child Collection<CoreWf.Activity>
Persist
CoreWf.Statements.Persist
Workflow Foundation

No members extracted.

Pick
CoreWf.Statements.Pick
Workflow Foundation

Properties

NameKindTypeDescription
Branches property Collection<CoreWf.Statements.PickBranch>
PickBranch
CoreWf.Statements.PickBranch
Workflow Foundation

Properties

NameKindTypeDescription
DisplayName property String

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
Trigger child CoreWf.Activity
Action child CoreWf.Activity
Rethrow
CoreWf.Statements.Rethrow
Workflow Foundation

No members extracted.

Sequence
CoreWf.Statements.Sequence
Workflow Foundation

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
Activities child Collection<CoreWf.Activity>
State
CoreWf.Statements.State
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
IsFinal In Boolean

Properties

NameKindTypeDescription
DisplayName property String
Transitions property Collection<CoreWf.Statements.Transition>

Child Activities / Variable Scope

NameKindTypeDescription
Entry child CoreWf.Activity
Exit child CoreWf.Activity
Variables variable-scope Collection<CoreWf.Variable>
StateMachine
CoreWf.Statements.StateMachine
Workflow Foundation

Properties

NameKindTypeDescription
InitialState property CoreWf.Statements.State
States property Collection<CoreWf.Statements.State>

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
TerminateWorkflow
CoreWf.Statements.TerminateWorkflow
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
Reason In CoreWf.InArgument<String>
Exception In CoreWf.InArgument<Exception>
Throw
CoreWf.Statements.Throw
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
Exception In CoreWf.InArgument<Exception>
TransactionScope
CoreWf.Statements.TransactionScope
Workflow Foundation

Properties

NameKindTypeDescription
AbortInstanceOnTransactionFailure property Boolean
IsolationLevel property CoreWf.Transactions.IsolationLevel
Timeout property CoreWf.InArgument<TimeSpan>

Child Activities / Variable Scope

NameKindTypeDescription
Body child CoreWf.Activity
Transition
CoreWf.Statements.Transition
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
Condition In CoreWf.Activity<Boolean>

Properties

NameKindTypeDescription
DisplayName property String
To property CoreWf.Statements.State

Child Activities / Variable Scope

NameKindTypeDescription
Action child CoreWf.Activity
Trigger child CoreWf.Activity
TryCatch
CoreWf.Statements.TryCatch
Workflow Foundation

Properties

NameKindTypeDescription
Catches property Collection<CoreWf.Statements.Catch>

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
Try child CoreWf.Activity
Finally child CoreWf.Activity
While
CoreWf.Statements.While
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
Condition In CoreWf.Activity<Boolean>

Child Activities / Variable Scope

NameKindTypeDescription
Variables variable-scope Collection<CoreWf.Variable>
Body child CoreWf.Activity
WorkflowTerminatedException
CoreWf.Statements.WorkflowTerminatedException
Workflow Foundation

Properties

NameKindTypeDescription
TargetSite property Reflection.MethodBase
Message property String
Data property Collections.IDictionary
InnerException property Exception
HelpLink property String
Source property String
HResult property Int32
StackTrace property String
WriteLine
CoreWf.Statements.WriteLine
Workflow Foundation

Arguments

NameDirTypeReqDefaultDescription
TextWriter In CoreWf.InArgument<IO.TextWriter>
Text In CoreWf.InArgument<String>
StateMachineStateQuery
CoreWf.Statements.Tracking.StateMachineStateQuery
Workflow Foundation

Properties

NameKindTypeDescription
Name property String
ActivityName property String
QueryAnnotations property IDictionary<String, String>
StateMachineStateRecord
CoreWf.Statements.Tracking.StateMachineStateRecord
Workflow Foundation

Properties

NameKindTypeDescription
StateMachineName property String
StateName property String
Name property String
Activity property CoreWf.Tracking.ActivityInfo
Data property IDictionary<String, Object>
InstanceId property Guid
RecordNumber property Int64
EventTime property DateTime
Level property Diagnostics.Tracing.EventLevel
Annotations property IDictionary<String, String>
HasAnnotations property Boolean