Issue ID:
Type
Feature
Title:
mark operations that are waiting for an external resource to become available
Created:
7/14/2018 5:28:08 PM by Ben Lubar
Status:
Closed on 3/30/2020 10:16:15 AM
Last pulled:
7/31/2018 9:28:45 PM
Description:

The "stalled" state is intended to be used in cases where an operation cannot make progress until some external change is made.

Examples:

  • Perform-ManualOperation
  • Acquire-Server

Non-examples:

  • InedoCore::Sleep
  • Download-Http