Link the start job workflow variables to form controls
- Last UpdatedJan 21, 2026
- 1 minute read
Perform the procedure described in the add job example, Link the add job workflow variables to add job form controls to link the JobExec.StartJob workflow variables to the JobExec.StartJob form controls, as listed in the following table.
|
Variable |
Form Control Name |
|---|---|
|
XMLVariables.cwfp_input.request.ent_id |
SKFormData.SKRootDefinition.ent_id |
|
XMLVariables.cwfp_input.request.user_id |
SKFormData.SKRootDefinition.user_id |
|
XMLVariables.cwfp_input.request.wo_id |
SKFormData.SKRootDefinition.wo_id |
|
XMLVariables.cwfp_input.request.oper_id |
SKFormData.SKRootDefinition.oper_id |
|
XMLVariables.cwfp_input.request.seq_no |
SKFormData.SKRootDefinition.seq_no |
|
XMLVariables.cwfp_input.request.job_pos |
SKFormData.SKRootDefinition.job_pos |
|
XMLVariables.cwfp_input.request.status_notes |
SKFormData.SKRootDefinition.status_notes |
|
XMLVariables.cwfp_input.request.check_privs |
SKFormData.SKRootDefinition.check_privs |
|
XMLVariables.cwfp_input.request.check_certs |
SKFormData.SKRootDefinition.check_certs |
|
XMLVariables.cwfp_input.request.event_time_local |
Variables.Event DateTIme Local* |
|
*DateTime is set to workflow variable created to ensure that it is sent as localtime to the MES database. |
|