Skip To Content

Agregar y configurar Pregunta

El paso Pregunta se puede usar para agregar un punto de decisión a sus flujos de trabajo. Esto le permite definir una pregunta con respuestas preconfiguradas que determinan el siguiente paso a ejecutar en el flujo de trabajo.

Cuando se ejecuta el paso, aparece la pregunta y las respuestas se muestran como botones. Si se ha configurado texto de ayuda para este paso, este aparece en la parte inferior de la tesela del trabajo. Al hacer clic en una respuesta, se define el valor de retorno de la pregunta y se completa el paso. Si se configuran más de tres respuestas, estas se muestran en una lista desplegable junto con el botón Continuar.

When the step is run, the following actions can be performed:

  • Se puede elegir una respuesta para completar el paso. Si se configuran más de dos respuestas para el paso, se puede elegir una respuesta de la lista desplegable.
  • The step can be cancelled by clicking Cancel.
  • The step can be finished by clicking Proceed.

Configurar el paso

To configure the step, do the following:

  1. Create or edit a workflow diagram to access the Step Library panel.
  2. Arrastre Pregunta desde el panel Biblioteca de pasos a una flecha de conexión de un paso en el lienzo del flujo de trabajo.

    The Step Details panel appears.

  3. Provide a name for the step in the Step Name text box.
  4. Proporcione una pregunta en el cuadro de texto Pregunta.
  5. Proporcione respuestas preconfiguradas y valores de retorno en los cuadros de texto Respuesta y Código de retorno.

    Es posible configurar varias respuestas para utilizar el mismo código de retorno, pero todos los cuadros de texto de Respuesta deben contener valores únicos.

    Nota:

    Todas las rutas del paso se deben configurar para que coincidan con uno de los valores de código de retorno definidos en el paso.

  6. Si lo desea, haga clic en Agregar nueva respuesta para agregar más respuestas.
    Nota:

    Para eliminar una respuesta, pase el cursor por encima de él y haga clic en el botón Eliminar respuesta Delete Answer.

  7. Si lo desea, puede reordenar las respuestas.
    1. Pase el cursor por encima de una respuesta.
    2. Haga clic en el botón Reordenar respuesta Reorder Answer y arrástrela hasta la ubicación deseada.
  8. Click the Options tab.
  9. Configure Step Options as necessary.
    • Manual—Run the step manually.
      • Optional—Allow the step to be finished without being run.
    • Automatic—Run the step as soon as it becomes active.
      Nota:

      If your workflow diagram is configured to automatically run a sequence of steps that includes the Evaluate Data Quality or the Run GP Service step, steps that attempt to run after the user token that started the sequence of steps expires will not run automatically. You must have a license for the ArcGIS Workflow Manager Server Advanced role to continue running the additional automated steps without manual intervention.

    • Run on a Schedule—Run the step according to a schedule you set.

      Learn more about scheduling options

  10. Optionally, check the Enabled check box in the Step Commenting section to allow a user to add a comment when the step is run.
  11. Optionally, if you enabled step commenting, check the Required check box in the Step Commenting section to require a comment.
  12. Optionally, provide help text for the step in the Step Help text box.

    You can also use the following example to display a dynamic value using ArcGIS Arcade expressions:

    'For further assistance, please contact ' + jobCreator($job) + '.'
  13. Optionally, click the Style tab to change the shape and color of the step.
  14. Optionally, click the About tab and provide a description for the step in the Step Description text box.
    Nota:

    The About tab also contains the step's ID that can be used with dynamic job properties to obtain a step's output.

Valor de retorno

When the step is completed, its return value is stored to indicate the result of the step. The return value can be immediately evaluated using paths to determine the next steps in the workflow. You can also retrieve the return value for completed steps throughout the workflow using ArcGIS Arcade expressions. The following table lists the step's return value:

Valor de retornoDescripción

<CustomReturnValue>

El paso se ha completado correctamente, y el paso devuelve el valor de retorno personalizado coincidente de la respuesta definida en el paso.

Temas relacionados