Skip to content

ApplicationWorkflow Class

Contains application and it's own workflow state and history

Inheritance Hierarchy

System.Object
  Citrix.SDK.AppDNA.Solutions.AppV.Workflow.ApplicationWorkflow
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Workflow
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public class ApplicationWorkflow : INotifyPropertyChanged, 
    IEquatable<ApplicationWorkflow>, IDisposable

VB

Public Class ApplicationWorkflow
    Implements INotifyPropertyChanged, IEquatable(Of ApplicationWorkflow), 
    IDisposable

The ApplicationWorkflow type exposes the following members.

Properties

 

NameDescription
Public propertyApplication Gets the application.
Public propertyApplicationPath Gets the non imported application path.
Public propertyAssignedVMConfig Get application assigned VMs
Public propertyCurrentStep Gets the current step.
Public propertyIsSequenceable Indicates whether the application can be sequenced or not.
Public propertyPackageIssuesPath Gets the package issues path.
Public propertyPackageLocalFolderPath Gets or sets the local package folder.
Public propertyPackagePath Gets the package path.
Public propertyRequiredApplications Gets the required applications.
Public propertyState Gets the state.
Public propertySteps Gets the applications steps in workflow.
  Back to Top

Methods

 

NameDescription
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals(Object) Determines whether the specified Object, is equal to this instance. (Overrides Object.Equals(Object).)
Public methodEquals(ApplicationWorkflow) Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCode Returns a hash code for this instance. (Overrides Object.GetHashCode().)
Public methodGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodIsFinished Determines whether the specified last step is finished.
Public methodIsImported Determines whether application is imported.
Protected methodMemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodMoveToNewStep Moves to new step.
Public methodToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

Events

 

NameDescription
Public eventDeleted Occurs when flow is deleted.
Public eventLogged Occurs when new step action is logged.
Public eventPostedMessage Occurs when a current processing sends a message.
Public eventPropertyChanged Occurs when a property value changes.
  Back to Top

See Also

Reference

Citrix.SDK.AppDNA.Solutions.AppV.Workflow Namespace

Was this article helpful?