actions Package
Defines the models for the different forms of Activities that can be scheduled.
Modules
| Action |
Defines the base abstract class for Actions that need to be implemented. |
| ActionType |
Defines the values associated to the types of activities that can be scheduled. |
| CallActivityAction |
Defines the structure of the Call Activity object. Provides the information needed by the durable extension to be able to schedule the activity. |
| CallActivityWithRetryAction |
Defines the structure of the Call Activity With Retry object. Provides the information needed by the durable extension to be able to schedule the activity. |
| CallHttpAction |
Defines the structure of the Call Http object. Provides the information needed by the durable extension to be able to schedule the activity. |
| CallSubOrchestratorAction |
Defines the structure of the Call SubOrchestrator object. |
| CreateTimerAction |
Defines the structure of the Create Timer object. |
| WaitForExternalEventAction |
Defines the structure of Wait for External Event object. |
| WhenAllAction |
Defines the structure of the WhenAll Action object. Provides the information needed by the durable extension to be able to invoke WhenAll tasks. |
| WhenAnyAction |
Defines the structure of the WhenAll Action object. Provides the information needed by the durable extension to be able to invoke WhenAll tasks. |
| Action |
Defines the base abstract class for Actions that need to be implemented. |
| ActionType |
Defines the values associated to the types of activities that can be scheduled. |
| CallActivityAction |
Defines the structure of the Call Activity object. Provides the information needed by the durable extension to be able to schedule the activity. |
| CallActivityWithRetryAction |
Defines the structure of the Call Activity With Retry object. Provides the information needed by the durable extension to be able to schedule the activity. |
| CallEntityAction | |
| CallHttpAction |
Defines the structure of the Call Http object. Provides the information needed by the durable extension to be able to schedule the activity. |
| CallSubOrchestratorAction |
Defines the structure of the Call SubOrchestrator object. |
| CallSubOrchestratorWithRetryAction | |
| CompoundAction | |
| ContinueAsNewAction | |
| CreateTimerAction |
Defines the structure of the Create Timer object. |
| NoOpAction | |
| SignalEntityAction | |
| WaitForExternalEventAction |
Defines the structure of Wait for External Event object. |
| WhenAllAction |
Defines the structure of the WhenAll Action object. Provides the information needed by the durable extension to be able to invoke WhenAll tasks. |
| WhenAnyAction |
Defines the structure of the WhenAll Action object. Provides the information needed by the durable extension to be able to invoke WhenAll tasks. |