A set of rulesets that are applied during one invocation.
Dimension | Central | Local |
---|---|---|
Ruleset Definition | During stage creation (i.e. gp.create_stage step) before invocation. | Within the gp.invoke function, during the invocation. |
Stage Versioning | Central stage definitions can be updated and applied to all future invocations. | New versions are created to match the ruleset definitions within the invocation. |
Stage Management | Central stage updated by using gp.update_stage . | Local stages definitions can be updated in the gp.invoke invocation. |
Stage Pause / Resumption | Central stage definitions can be paused and resumed. | Local stages are created and invoked can be paused or resumed. |