1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| Quintiq file version 2.0
| #parent: #root
| Method DeleteStepDefinitionDependency (
| structured[SWF_StepDefinitionDependency] stepdefinitiondependency,
| String message
| ) id:Method_SWF_DialogMessage_DeleteStepDefinitionDependency
| {
| #keys: '[136682.0.1510035107]'
| Body:
| [*
| Form.SetMessage( message, stepdefinitiondependency.Size() );
| DataHolderDependencyStep.Data( stepdefinitiondependency.Copy() );
| GlobalStateSOPWorkflow.ShowFormModal( this );
| *]
| }
|
|